#9B6210

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

Shades of Golden Brown #9B6210

Tints of Golden Brown #9B6210

Color information

#9B6210 (or 0x9B6210) is unknown color: approx Golden Brown. HEX triplet: 9B, 62 and 10. RGB value is (155,98,16). Sum of RGB (Red+Green+Blue) = 155+98+16=269 (35% of max value = 765). Red value is 155 (60.94% from 255 or 57.62% from 269); Green value is 98 (38.67% from 255 or 36.43% from 269); Blue value is 16 (6.64% from 255 or 5.95% from 269); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6210 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B6210 is #649DEF. Grayscale: #6A6A6A. Windows color (decimal): -6594032 or 1073819. OLE color: 1073819.

HSL color Cylindrical-coordinate representation of color #9B6210: hue angle of 35.4º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9B6210 is Cyan = 0, Magento = 0.37, Yellow = 0.90 and Black (K on CMYK) = 0.39.

Color convert

RGB1559816-
CMYK00.370.900.39
HSL35.4º81.29%33.53%-
HSV(B)35.4º89.68%60.78%-
XYZ17.9815.742.58-
YUV105.777.38163.17-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 57.62%
GREEN value IS 98 (38.67% from 255) = 36.43%
BLUE value IS 16 (6.64% from 255) = 5.95%
R=57.62%
G=36.43%
B=5.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.90
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155981600.370.900.3935.481.2933.53
Hex9B62100255A27235122
Octal23314220045132474312142
Binary10011011110001010000010010110110101001111000111010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,98,16); }

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

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

 a { background-color: rgb(155,98,16); }

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

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

 span { border-color: rgb(155,98,16); }

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