Shades of Golden Brown #96600B
Tints of Golden Brown #96600B
RGB
CMYK
RGB Variations
Color information
#96600B (or 0x96600B) is known color: Golden Brown. HEX triplet: 96, 60 and 0B. RGB value is (150,96,11). Sum of RGB (Red+Green+Blue) = 150+96+11=257 (34% of max value = 765). Red value is 150 (58.98% from 255 or 58.37% from 257); Green value is 96 (37.89% from 255 or 37.35% from 257); Blue value is 11 (4.69% from 255 or 4.28% from 257); Max value from RGB is 150 - color contains mainly: red. Hex color #96600B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #96600B is #699FF4. Grayscale: #666666. Windows color (decimal): -6922229 or 745622. OLE color: 745622.
HSL color Cylindrical-coordinate representation of color #96600B: hue angle of 36.69º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #96600B is Cyan = 0, Magento = 0.36, Yellow = 0.93 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 96 | 11 | - |
| CMYK | 0 | 0.36 | 0.93 | 0.41 |
| HSL | 36.69º | 0.86% | 0.32% | - |
| HSV(B) | 36.69º | 0.93% | 0.59% | - |
| XYZ | 16.82 | 14.87 | 2.3 | - |
| YUV | 102.46 | 76.39 | 161.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 96 | 11 | 0 | 0.36 | 0.93 | 0.41 | 36.69 | 0.86 | 0.32 |
| Hex | 96 | 60 | B | 0 | 24 | 5D | 29 | 25 | 56 | 20 |
| Octal | 226 | 140 | 13 | 0 | 44 | 135 | 51 | 45 | 126 | 40 |
| Binary | 10010110 | 1100000 | 1011 | 0 | 100100 | 1011101 | 101001 | 100101 | 1010110 | 100000 |
Color Harmonies of #96600B
Complementary color
Monochromatic Colors of #96600B
Black with #96600B
Text Example
Text Example
White with #96600B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96600B; }
p { color: rgb(150,96,11); }
H1.HeaderClassName
{
color: #96600B;
}
.AnyTagClassName
{
color: #96600B;
}
</style>
background-color css
<style>
a { background-color: #96600B; }
a { background-color: rgb(150,96,11); }
div.DivClassName
{
background-color: #96600B;
}
.BgClassName
{
background-color: #96600B;
}
</style>
border-color css
<style>
span { border-color: #96600B; }
span { border-color: rgb(150,96,11); }
td.TdClassName
{
border-color: #96600B;
}
.TagClassName
{
border-color: #96600B;
}
</style>