#9B5619

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

Shades of Rich Gold #9B5619

Tints of Rich Gold #9B5619

Color information

#9B5619 (or 0x9B5619) is unknown color: approx Rich Gold. HEX triplet: 9B, 56 and 19. RGB value is (155,86,25). Sum of RGB (Red+Green+Blue) = 155+86+25=266 (35% of max value = 765). Red value is 155 (60.94% from 255 or 58.27% from 266); Green value is 86 (33.98% from 255 or 32.33% from 266); Blue value is 25 (10.16% from 255 or 9.40% from 266); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5619 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B5619 is #64A9E6. Grayscale: #636363. Windows color (decimal): -6597095 or 1660571. OLE color: 1660571.

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

Color convert

RGB1558625-
CMYK00.450.840.39
HSL28.15º72.22%35.29%-
HSV(B)28.15º83.87%60.78%-
XYZ17.0213.692.67-
YUV99.6885.86167.46-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 58.27%
GREEN value IS 86 (33.98% from 255) = 32.33%
BLUE value IS 25 (10.16% from 255) = 9.40%
R=58.27%
G=32.33%
B=9.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.84
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155862500.450.840.3928.1572.2235.29
Hex9B561902D54271c4823
Octal23312631055124473411043
Binary1001101110101101100101011011010100100111111001001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5619

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,86,25); }

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

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

 a { background-color: rgb(155,86,25); }

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

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

 span { border-color: rgb(155,86,25); }

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