#9B6610

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

Shades of Golden Brown #9B6610

Tints of Golden Brown #9B6610

Color information

#9B6610 (or 0x9B6610) is unknown color: approx Golden Brown. HEX triplet: 9B, 66 and 10. RGB value is (155,102,16). Sum of RGB (Red+Green+Blue) = 155+102+16=273 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.78% from 273); Green value is 102 (40.23% from 255 or 37.36% from 273); Blue value is 16 (6.64% from 255 or 5.86% from 273); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6610 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B6610 is #6499EF. Grayscale: #6C6C6C. Windows color (decimal): -6593008 or 1074843. OLE color: 1074843.

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

Color convert

RGB15510216-
CMYK00.340.900.39
HSL37.12º81.29%33.53%-
HSV(B)37.12º89.68%60.78%-
XYZ18.3616.512.71-
YUV108.0476.06161.49-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 56.78%
GREEN value IS 102 (40.23% from 255) = 37.36%
BLUE value IS 16 (6.64% from 255) = 5.86%
R=56.78%
G=37.36%
B=5.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.90
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551021600.340.900.3937.1281.2933.53
Hex9B66100225A27255122
Octal23314620042132474512142
Binary10011011110011010000010001010110101001111001011010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B6610

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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