#C68B1B

Color #C68B1B Nugget (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nugget #C68B1B

Tints of Nugget #C68B1B

Color information

#C68B1B (or 0xC68B1B) is unknown color: approx Nugget. HEX triplet: C6, 8B and 1B. RGB value is (198,139,27). Sum of RGB (Red+Green+Blue) = 198+139+27=364 (48% of max value = 765). Red value is 198 (77.73% from 255 or 54.40% from 364); Green value is 139 (54.69% from 255 or 38.19% from 364); Blue value is 27 (10.94% from 255 or 7.42% from 364); Max value from RGB is 198 - color contains mainly: red. Hex color #C68B1B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68B1B is #3974E4. Grayscale: #909090. Windows color (decimal): -3765477 or 1805254. OLE color: 1805254.

HSL color Cylindrical-coordinate representation of color #C68B1B: hue angle of 39.3º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C68B1B is Cyan = 0, Magento = 0.30, Yellow = 0.86 and Black (K on CMYK) = 0.22.

Color convert

RGB19813927-
CMYK00.300.860.22
HSL39.3º76%44.12%-
HSV(B)39.3º86.36%77.65%-
XYZ32.7230.555.21-
YUV143.8762.05166.61-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 198 (77.73% from 255) = 54.40%
GREEN value IS 139 (54.69% from 255) = 38.19%
BLUE value IS 27 (10.94% from 255) = 7.42%
R=54.40%
G=38.19%
B=7.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.86
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981392700.300.860.2239.37644.12
HexC68B1B01E5616274c2c
Octal30621333036126264711454
Binary1100011010001011110110111101010110101101001111001100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68B1B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68B1B; }

 p { color: rgb(198,139,27); }

 H1.HeaderClassName
 {
   color: #C68B1B;
 }
 .AnyTagClassName
 {
   color: #C68B1B;
 }
</style>
background-color css

<style>
 a { background-color: #C68B1B; }

 a { background-color: rgb(198,139,27); }

 div.DivClassName
 {
   background-color: #C68B1B;
 }
 .BgClassName
 {
   background-color: #C68B1B;
 }
</style>
border-color css

<style>
 span { border-color: #C68B1B; }

 span { border-color: rgb(198,139,27); }

 td.TdClassName
 {
   border-color: #C68B1B;
 }
 .TagClassName
 {
   border-color: #C68B1B;
 }
</style>