#C69924

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

Shades of Nugget #C69924

Tints of Nugget #C69924

Color information

#C69924 (or 0xC69924) is unknown color: approx Nugget. HEX triplet: C6, 99 and 24. RGB value is (198,153,36). Sum of RGB (Red+Green+Blue) = 198+153+36=387 (51% of max value = 765). Red value is 198 (77.73% from 255 or 51.16% from 387); Green value is 153 (60.16% from 255 or 39.53% from 387); Blue value is 36 (14.45% from 255 or 9.30% from 387); Max value from RGB is 198 - color contains mainly: red. Hex color #C69924 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69924 is #3966DB. Grayscale: #999999. Windows color (decimal): -3761884 or 2398662. OLE color: 2398662.

HSL color Cylindrical-coordinate representation of color #C69924: hue angle of 43.33º 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 #C69924 is Cyan = 0, Magento = 0.23, Yellow = 0.82 and Black (K on CMYK) = 0.22.

Color convert

RGB19815336-
CMYK00.230.820.22
HSL43.33º69.23%45.88%-
HSV(B)43.33º81.82%77.65%-
XYZ3534.926.56-
YUV153.1261.91160.01-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 51.16%
GREEN value IS 153 (60.16% from 255) = 39.53%
BLUE value IS 36 (14.45% from 255) = 9.30%
R=51.16%
G=39.53%
B=9.30%

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
Decimal1981533600.230.820.2243.3369.2345.88
HexC6992401752162b452e
Octal30623144027122265310556
Binary11000110100110011001000101111010010101101010111000101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69924; }

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

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

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

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

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

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

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

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