#9B561A

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

Shades of Rich Gold #9B561A

Tints of Rich Gold #9B561A

Color information

#9B561A (or 0x9B561A) is unknown color: approx Rich Gold. HEX triplet: 9B, 56 and 1A. RGB value is (155,86,26). Sum of RGB (Red+Green+Blue) = 155+86+26=267 (35% of max value = 765). Red value is 155 (60.94% from 255 or 58.05% from 267); Green value is 86 (33.98% from 255 or 32.21% from 267); Blue value is 26 (10.55% from 255 or 9.74% from 267); Max value from RGB is 155 - color contains mainly: red. Hex color #9B561A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B561A is #64A9E5. Grayscale: #646464. Windows color (decimal): -6597094 or 1726107. OLE color: 1726107.

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

Color convert

RGB1558626-
CMYK00.450.830.39
HSL27.91º71.27%35.49%-
HSV(B)27.91º83.23%60.78%-
XYZ17.0313.72.72-
YUV99.7986.36167.38-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 58.05%
GREEN value IS 86 (33.98% from 255) = 32.21%
BLUE value IS 26 (10.55% from 255) = 9.74%
R=58.05%
G=32.21%
B=9.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.83
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155862600.450.830.3927.9171.2735.49
Hex9B561A02D53271c4723
Octal23312632055123473410743
Binary1001101110101101101001011011010011100111111001000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B561A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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