Shades of Golden Brown #9B6610
Tints of Golden Brown #9B6610
RGB
CMYK
RGB Variations
Color information
#9B6610 (or 0x9B6610) is known color: 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
| RGB | 155 | 102 | 16 | - |
| CMYK | 0 | 0.34 | 0.90 | 0.39 |
| HSL | 37.12º | 0.81% | 0.34% | - |
| HSV(B) | 37.12º | 0.9% | 0.61% | - |
| XYZ | 18.36 | 16.51 | 2.71 | - |
| YUV | 108.04 | 76.06 | 161.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 102 | 16 | 0 | 0.34 | 0.90 | 0.39 | 37.12 | 0.81 | 0.34 |
| Hex | 9B | 66 | 10 | 0 | 22 | 5A | 27 | 25 | 51 | 22 |
| Octal | 233 | 146 | 20 | 0 | 42 | 132 | 47 | 45 | 121 | 42 |
| Binary | 10011011 | 1100110 | 10000 | 0 | 100010 | 1011010 | 100111 | 100101 | 1010001 | 100010 |
Color Harmonies of #9B6610
Complementary color
Monochromatic Colors of #9B6610
Black with #9B6610
Text Example
Text Example
White with #9B6610
Text Example
Text Example
HTML Codes & Css Web 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>