Shades of Golden Brown #9B6412
Tints of Golden Brown #9B6412
RGB
CMYK
RGB Variations
Color information
#9B6412 (or 0x9B6412) is known color: Golden Brown. HEX triplet: 9B, 64 and 12. RGB value is (155,100,18). Sum of RGB (Red+Green+Blue) = 155+100+18=273 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.78% from 273); Green value is 100 (39.45% from 255 or 36.63% from 273); Blue value is 18 (7.42% from 255 or 6.59% from 273); Max value from RGB is 155 - color contains mainly: red. Hex color #9B6412 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #9B6412 is #649BED. Grayscale: #6B6B6B. Windows color (decimal): -6593518 or 1205403. OLE color: 1205403.
HSL color Cylindrical-coordinate representation of color #9B6412: hue angle of 35.91º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9B6412 is Cyan = 0, Magento = 0.35, Yellow = 0.88 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 155 | 100 | 18 | - |
| CMYK | 0 | 0.35 | 0.88 | 0.39 |
| HSL | 35.91º | 0.79% | 0.34% | - |
| HSV(B) | 35.91º | 0.88% | 0.61% | - |
| XYZ | 18.18 | 16.13 | 2.73 | - |
| YUV | 107.1 | 77.72 | 162.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 155 | 100 | 18 | 0 | 0.35 | 0.88 | 0.39 | 35.91 | 0.79 | 0.34 |
| Hex | 9B | 64 | 12 | 0 | 23 | 58 | 27 | 24 | 4F | 22 |
| Octal | 233 | 144 | 22 | 0 | 43 | 130 | 47 | 44 | 117 | 42 |
| Binary | 10011011 | 1100100 | 10010 | 0 | 100011 | 1011000 | 100111 | 100100 | 1001111 | 100010 |
Color Harmonies of #9B6412
Complementary color
Monochromatic Colors of #9B6412
Black with #9B6412
Text Example
Text Example
White with #9B6412
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9B6412; }
p { color: rgb(155,100,18); }
H1.HeaderClassName
{
color: #9B6412;
}
.AnyTagClassName
{
color: #9B6412;
}
</style>
background-color css
<style>
a { background-color: #9B6412; }
a { background-color: rgb(155,100,18); }
div.DivClassName
{
background-color: #9B6412;
}
.BgClassName
{
background-color: #9B6412;
}
</style>
border-color css
<style>
span { border-color: #9B6412; }
span { border-color: rgb(155,100,18); }
td.TdClassName
{
border-color: #9B6412;
}
.TagClassName
{
border-color: #9B6412;
}
</style>