#9B6316

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

Shades of Golden Brown #9B6316

Tints of Golden Brown #9B6316

Color information

#9B6316 (or 0x9B6316) is unknown color: approx Golden Brown. HEX triplet: 9B, 63 and 16. RGB value is (155,99,22). Sum of RGB (Red+Green+Blue) = 155+99+22=276 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.16% from 276); Green value is 99 (39.06% from 255 or 35.87% from 276); Blue value is 22 (8.98% from 255 or 7.97% from 276); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6316 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B6316 is #649CE9. Grayscale: #6B6B6B. Windows color (decimal): -6593770 or 1467291. OLE color: 1467291.

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

Color convert

RGB1559922-
CMYK00.360.860.39
HSL34.74º75.14%34.71%-
HSV(B)34.74º85.81%60.78%-
XYZ18.1215.952.88-
YUV106.9780.05162.26-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 56.16%
GREEN value IS 99 (39.06% from 255) = 35.87%
BLUE value IS 22 (8.98% from 255) = 7.97%
R=56.16%
G=35.87%
B=7.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.86
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155992200.360.860.3934.7475.1434.71
Hex9B63160245627234b23
Octal23314326044126474311343
Binary10011011110001110110010010010101101001111000111001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,99,22); }

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

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

 a { background-color: rgb(155,99,22); }

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

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

 span { border-color: rgb(155,99,22); }

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