#C68B21

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

Shades of Nugget #C68B21

Tints of Nugget #C68B21

Color information

#C68B21 (or 0xC68B21) is unknown color: approx Nugget. HEX triplet: C6, 8B and 21. RGB value is (198,139,33). Sum of RGB (Red+Green+Blue) = 198+139+33=370 (49% of max value = 765). Red value is 198 (77.73% from 255 or 53.51% from 370); Green value is 139 (54.69% from 255 or 37.57% from 370); Blue value is 33 (13.28% from 255 or 8.92% from 370); Max value from RGB is 198 - color contains mainly: red. Hex color #C68B21 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C68B21 is #3974DE. Grayscale: #919191. Windows color (decimal): -3765471 or 2198470. OLE color: 2198470.

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

Color convert

RGB19813933-
CMYK00.300.830.22
HSL38.55º71.43%45.29%-
HSV(B)38.55º83.33%77.65%-
XYZ32.830.585.61-
YUV144.5665.05166.12-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 53.51%
GREEN value IS 139 (54.69% from 255) = 37.57%
BLUE value IS 33 (13.28% from 255) = 8.92%
R=53.51%
G=37.57%
B=8.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.83
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981393300.300.830.2238.5571.4345.29
HexC68B2101E531627472d
Octal30621341036123264710755
Binary11000110100010111000010111101010011101101001111000111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C68B21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C68B21; }

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

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

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

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

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

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

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

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