#C69824

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

Shades of Nugget #C69824

Tints of Nugget #C69824

Color information

#C69824 (or 0xC69824) is unknown color: approx Nugget. HEX triplet: C6, 98 and 24. RGB value is (198,152,36). Sum of RGB (Red+Green+Blue) = 198+152+36=386 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.30% from 386); Green value is 152 (59.77% from 255 or 39.38% from 386); Blue value is 36 (14.45% from 255 or 9.33% from 386); Max value from RGB is 198 - color contains mainly: red. Hex color #C69824 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69824 is #3967DB. Grayscale: #999999. Windows color (decimal): -3762140 or 2398406. OLE color: 2398406.

HSL color Cylindrical-coordinate representation of color #C69824: hue angle of 42.96º degrees, saturation: 0.69, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C69824 is Cyan = 0, Magento = 0.23, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB19815236-
CMYK00.230.820.22
HSL42.96º69.23%45.88%-
HSV(B)42.96º81.82%77.65%-
XYZ34.8434.596.51-
YUV152.5362.24160.43-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 51.30%
GREEN value IS 152 (59.77% from 255) = 39.38%
BLUE value IS 36 (14.45% from 255) = 9.33%
R=51.30%
G=39.38%
B=9.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.23
Y (Yellow) values IS 0.82
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981523600.230.820.2242.9669.2345.88
HexC6982401752162b452e
Octal30623044027122265310556
Binary11000110100110001001000101111010010101101010111000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69824

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69824; }

 p { color: rgb(198,152,36); }

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

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

 a { background-color: rgb(198,152,36); }

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

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

 span { border-color: rgb(198,152,36); }

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