#9B6616

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

Shades of Golden Brown #9B6616

Tints of Golden Brown #9B6616

Color information

#9B6616 (or 0x9B6616) is unknown color: approx Golden Brown. HEX triplet: 9B, 66 and 16. RGB value is (155,102,22). Sum of RGB (Red+Green+Blue) = 155+102+22=279 (36% of max value = 765). Red value is 155 (60.94% from 255 or 55.56% from 279); Green value is 102 (40.23% from 255 or 36.56% from 279); Blue value is 22 (8.98% from 255 or 7.89% from 279); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6616 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B6616 is #6499E9. Grayscale: #6D6D6D. Windows color (decimal): -6593002 or 1468059. OLE color: 1468059.

HSL color Cylindrical-coordinate representation of color #9B6616: hue angle of 36.09º 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 #9B6616 is Cyan = 0, Magento = 0.34, Yellow = 0.86 and Black (K on CMYK) = 0.39.

Color convert

RGB15510222-
CMYK00.340.860.39
HSL36.09º75.14%34.71%-
HSV(B)36.09º85.81%60.78%-
XYZ18.4116.532.98-
YUV108.7379.06161-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 55.56%
GREEN value IS 102 (40.23% from 255) = 36.56%
BLUE value IS 22 (8.98% from 255) = 7.89%
R=55.56%
G=36.56%
B=7.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.86
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551022200.340.860.3936.0975.1434.71
Hex9B66160225627244b23
Octal23314626042126474411343
Binary10011011110011010110010001010101101001111001001001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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