Shades of Golden Brown #96580B
Tints of Golden Brown #96580B
RGB
CMYK
RGB Variations
Color information
#96580B (or 0x96580B) is known color: Golden Brown. HEX triplet: 96, 58 and 0B. RGB value is (150,88,11). Sum of RGB (Red+Green+Blue) = 150+88+11=249 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.24% from 249); Green value is 88 (34.77% from 255 or 35.34% from 249); Blue value is 11 (4.69% from 255 or 4.42% from 249); Max value from RGB is 150 - color contains mainly: red. Hex color #96580B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #96580B is #69A7F4. Grayscale: #626262. Windows color (decimal): -6924277 or 743574. OLE color: 743574.
HSL color Cylindrical-coordinate representation of color #96580B: hue angle of 33.24º 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 #96580B is Cyan = 0, Magento = 0.41, Yellow = 0.93 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 88 | 11 | - |
| CMYK | 0 | 0.41 | 0.93 | 0.41 |
| HSL | 33.24º | 0.86% | 0.32% | - |
| HSV(B) | 33.24º | 0.93% | 0.59% | - |
| XYZ | 16.13 | 13.49 | 2.07 | - |
| YUV | 97.76 | 79.04 | 165.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 88 | 11 | 0 | 0.41 | 0.93 | 0.41 | 33.24 | 0.86 | 0.32 |
| Hex | 96 | 58 | B | 0 | 29 | 5D | 29 | 21 | 56 | 20 |
| Octal | 226 | 130 | 13 | 0 | 51 | 135 | 51 | 41 | 126 | 40 |
| Binary | 10010110 | 1011000 | 1011 | 0 | 101001 | 1011101 | 101001 | 100001 | 1010110 | 100000 |
Color Harmonies of #96580B
Complementary color
Monochromatic Colors of #96580B
Black with #96580B
Text Example
Text Example
White with #96580B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96580B; }
p { color: rgb(150,88,11); }
H1.HeaderClassName
{
color: #96580B;
}
.AnyTagClassName
{
color: #96580B;
}
</style>
background-color css
<style>
a { background-color: #96580B; }
a { background-color: rgb(150,88,11); }
div.DivClassName
{
background-color: #96580B;
}
.BgClassName
{
background-color: #96580B;
}
</style>
border-color css
<style>
span { border-color: #96580B; }
span { border-color: rgb(150,88,11); }
td.TdClassName
{
border-color: #96580B;
}
.TagClassName
{
border-color: #96580B;
}
</style>