#9C5625

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

Shades of Rich Gold #9C5625

Tints of Rich Gold #9C5625

Color information

#9C5625 (or 0x9C5625) is unknown color: approx Rich Gold. HEX triplet: 9C, 56 and 25. RGB value is (156,86,37). Sum of RGB (Red+Green+Blue) = 156+86+37=279 (36% of max value = 765). Red value is 156 (61.33% from 255 or 55.91% from 279); Green value is 86 (33.98% from 255 or 30.82% from 279); Blue value is 37 (14.84% from 255 or 13.26% from 279); Max value from RGB is 156 - color contains mainly: red. Hex color #9C5625 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9C5625 is #63A9DA. Grayscale: #656565. Windows color (decimal): -6531547 or 2447004. OLE color: 2447004.

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

Color convert

RGB1568637-
CMYK00.450.760.39
HSL24.71º61.66%37.84%-
HSV(B)24.71º76.28%61.18%-
XYZ17.3713.863.51-
YUV101.3491.69166.98-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 55.91%
GREEN value IS 86 (33.98% from 255) = 30.82%
BLUE value IS 37 (14.84% from 255) = 13.26%
R=55.91%
G=30.82%
B=13.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.76
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156863700.450.760.3924.7161.6637.84
Hex9C562502D4C27193e26
Octal2341264505511447317646
Binary1001110010101101001010101101100110010011111001111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C5625

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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