#9B5623

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

Shades of Rich Gold #9B5623

Tints of Rich Gold #9B5623

Color information

#9B5623 (or 0x9B5623) is unknown color: approx Rich Gold. HEX triplet: 9B, 56 and 23. RGB value is (155,86,35). Sum of RGB (Red+Green+Blue) = 155+86+35=276 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.16% from 276); Green value is 86 (33.98% from 255 or 31.16% from 276); Blue value is 35 (14.06% from 255 or 12.68% from 276); Max value from RGB is 155 - color contains mainly: red. Hex color #9B5623 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B5623 is #64A9DC. Grayscale: #656565. Windows color (decimal): -6597085 or 2315931. OLE color: 2315931.

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

Color convert

RGB1558635-
CMYK00.450.770.39
HSL25.5º63.16%37.25%-
HSV(B)25.5º77.42%60.78%-
XYZ17.1513.753.34-
YUV100.8290.86166.65-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 56.16%
GREEN value IS 86 (33.98% from 255) = 31.16%
BLUE value IS 35 (14.06% from 255) = 12.68%
R=56.16%
G=31.16%
B=12.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.77
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155863500.450.770.3925.563.1637.25
Hex9B562302D4D271a3f25
Octal2331264305511547327745
Binary1001101110101101000110101101100110110011111010111111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B5623

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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