#9B6416

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

Shades of Golden Brown #9B6416

Tints of Golden Brown #9B6416

Color information

#9B6416 (or 0x9B6416) is unknown color: approx Golden Brown. HEX triplet: 9B, 64 and 16. RGB value is (155,100,22). Sum of RGB (Red+Green+Blue) = 155+100+22=277 (36% of max value = 765). Red value is 155 (60.94% from 255 or 55.96% from 277); Green value is 100 (39.45% from 255 or 36.10% from 277); Blue value is 22 (8.98% from 255 or 7.94% from 277); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6416 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B6416 is #649BE9. Grayscale: #6B6B6B. Windows color (decimal): -6593514 or 1467547. OLE color: 1467547.

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

Color convert

RGB15510022-
CMYK00.350.860.39
HSL35.19º75.14%34.71%-
HSV(B)35.19º85.81%60.78%-
XYZ18.2216.142.91-
YUV107.5579.72161.84-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 55.96%
GREEN value IS 100 (39.45% from 255) = 36.10%
BLUE value IS 22 (8.98% from 255) = 7.94%
R=55.96%
G=36.10%
B=7.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.86
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551002200.350.860.3935.1975.1434.71
Hex9B64160235627234b23
Octal23314426043126474311343
Binary10011011110010010110010001110101101001111000111001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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