#C69C31

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

Shades of Nugget #C69C31

Tints of Nugget #C69C31

Color information

#C69C31 (or 0xC69C31) is unknown color: approx Nugget. HEX triplet: C6, 9C and 31. RGB value is (198,156,49). Sum of RGB (Red+Green+Blue) = 198+156+49=403 (53% of max value = 765). Red value is 198 (77.73% from 255 or 49.13% from 403); Green value is 156 (61.33% from 255 or 38.71% from 403); Blue value is 49 (19.53% from 255 or 12.16% from 403); Max value from RGB is 198 - color contains mainly: red. Hex color #C69C31 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C69C31 is #3963CE. Grayscale: #9C9C9C. Windows color (decimal): -3761103 or 3251398. OLE color: 3251398.

HSL color Cylindrical-coordinate representation of color #C69C31: hue angle of 43.09º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C69C31 is Cyan = 0, Magento = 0.21, Yellow = 0.75 and Black (K on CMYK) = 0.22.

Color convert

RGB19815649-
CMYK00.210.750.22
HSL43.09º60.32%48.43%-
HSV(B)43.09º75.25%77.65%-
XYZ35.73367.97-
YUV156.3667.41157.7-

RGB Variations

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

RGB

RED value IS 198 (77.73% from 255) = 49.13%
GREEN value IS 156 (61.33% from 255) = 38.71%
BLUE value IS 49 (19.53% from 255) = 12.16%
R=49.13%
G=38.71%
B=12.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.21
Y (Yellow) values IS 0.75
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1981564900.210.750.2243.0960.3248.43
HexC69C310154B162b3c30
Octal3062346102511326537460
Binary1100011010011100110001010101100101110110101011111100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C69C31

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C69C31; }

 p { color: rgb(198,156,49); }

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

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

 a { background-color: rgb(198,156,49); }

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

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

 span { border-color: rgb(198,156,49); }

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