#9B611F

Color #9B611F Golden Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Golden Brown #9B611F

Tints of Golden Brown #9B611F

Color information

#9B611F (or 0x9B611F) is unknown color: approx Golden Brown. HEX triplet: 9B, 61 and 1F. RGB value is (155,97,31). Sum of RGB (Red+Green+Blue) = 155+97+31=283 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.77% from 283); Green value is 97 (38.28% from 255 or 34.28% from 283); Blue value is 31 (12.5% from 255 or 10.95% from 283); Max value from RGB is 155 - color contains mainly: red. Hex color #9B611F is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #9B611F is #649EE0. Grayscale: #6B6B6B. Windows color (decimal): -6594273 or 2056603. OLE color: 2056603.

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

Color convert

RGB1559731-
CMYK00.370.80.39
HSL31.94º66.67%36.47%-
HSV(B)31.94º80%60.78%-
XYZ18.0415.623.36-
YUV106.8285.22162.37-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 54.77%
GREEN value IS 97 (38.28% from 255) = 34.28%
BLUE value IS 31 (12.5% from 255) = 10.95%
R=54.77%
G=34.28%
B=10.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.8
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155973100.370.80.3931.9466.6736.47
Hex9B611F0255027204324
Octal23314137045120474010344
Binary10011011110000111111010010110100001001111000001000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B611F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,97,31); }

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

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

 a { background-color: rgb(155,97,31); }

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

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

 span { border-color: rgb(155,97,31); }

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