#9C561E

Color #9C561E Rich Gold (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Gold #9C561E

Tints of Rich Gold #9C561E

Color information

#9C561E (or 0x9C561E) is unknown color: approx Rich Gold. HEX triplet: 9C, 56 and 1E. RGB value is (156,86,30). Sum of RGB (Red+Green+Blue) = 156+86+30=272 (36% of max value = 765). Red value is 156 (61.33% from 255 or 57.35% from 272); Green value is 86 (33.98% from 255 or 31.62% from 272); Blue value is 30 (12.11% from 255 or 11.03% from 272); Max value from RGB is 156 - color contains mainly: red. Hex color #9C561E is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C561E is #63A9E1. Grayscale: #646464. Windows color (decimal): -6531554 or 1988252. OLE color: 1988252.

HSL color Cylindrical-coordinate representation of color #9C561E: hue angle of 26.67º degrees, saturation: 0.68, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9C561E is Cyan = 0, Magento = 0.45, Yellow = 0.81 and Black (K on CMYK) = 0.39.

Color convert

RGB1568630-
CMYK00.450.810.39
HSL26.67º67.74%36.47%-
HSV(B)26.67º80.77%61.18%-
XYZ17.2713.822.98-
YUV100.5588.19167.55-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 57.35%
GREEN value IS 86 (33.98% from 255) = 31.62%
BLUE value IS 30 (12.11% from 255) = 11.03%
R=57.35%
G=31.62%
B=11.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.81
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156863000.450.810.3926.6767.7436.47
Hex9C561E02D51271b4424
Octal23412636055121473310444
Binary1001110010101101111001011011010001100111110111000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C561E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9C561E; }

 p { color: rgb(156,86,30); }

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

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

 a { background-color: rgb(156,86,30); }

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

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

 span { border-color: rgb(156,86,30); }

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