Shades of Golden Brown #96560B
Tints of Golden Brown #96560B
RGB
CMYK
RGB Variations
Color information
#96560B (or 0x96560B) is known color: Golden Brown. HEX triplet: 96, 56 and 0B. RGB value is (150,86,11). Sum of RGB (Red+Green+Blue) = 150+86+11=247 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.73% from 247); Green value is 86 (33.98% from 255 or 34.82% from 247); Blue value is 11 (4.69% from 255 or 4.45% from 247); Max value from RGB is 150 - color contains mainly: red. Hex color #96560B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #96560B is #69A9F4. Grayscale: #606060. Windows color (decimal): -6924789 or 743062. OLE color: 743062.
HSL color Cylindrical-coordinate representation of color #96560B: hue angle of 32.37º 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 #96560B is Cyan = 0, Magento = 0.43, Yellow = 0.93 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 86 | 11 | - |
| CMYK | 0 | 0.43 | 0.93 | 0.41 |
| HSL | 32.37º | 0.86% | 0.32% | - |
| HSV(B) | 32.37º | 0.93% | 0.59% | - |
| XYZ | 15.97 | 13.16 | 2.02 | - |
| YUV | 96.59 | 79.7 | 166.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 86 | 11 | 0 | 0.43 | 0.93 | 0.41 | 32.37 | 0.86 | 0.32 |
| Hex | 96 | 56 | B | 0 | 2B | 5D | 29 | 20 | 56 | 20 |
| Octal | 226 | 126 | 13 | 0 | 53 | 135 | 51 | 40 | 126 | 40 |
| Binary | 10010110 | 1010110 | 1011 | 0 | 101011 | 1011101 | 101001 | 100000 | 1010110 | 100000 |
Color Harmonies of #96560B
Complementary color
Monochromatic Colors of #96560B
Black with #96560B
Text Example
Text Example
White with #96560B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96560B; }
p { color: rgb(150,86,11); }
H1.HeaderClassName
{
color: #96560B;
}
.AnyTagClassName
{
color: #96560B;
}
</style>
background-color css
<style>
a { background-color: #96560B; }
a { background-color: rgb(150,86,11); }
div.DivClassName
{
background-color: #96560B;
}
.BgClassName
{
background-color: #96560B;
}
</style>
border-color css
<style>
span { border-color: #96560B; }
span { border-color: rgb(150,86,11); }
td.TdClassName
{
border-color: #96560B;
}
.TagClassName
{
border-color: #96560B;
}
</style>