Shades of Golden Brown #96590B
Tints of Golden Brown #96590B
RGB
CMYK
RGB Variations
Color information
#96590B (or 0x96590B) is known color: Golden Brown. HEX triplet: 96, 59 and 0B. RGB value is (150,89,11). Sum of RGB (Red+Green+Blue) = 150+89+11=250 (33% of max value = 765). Red value is 150 (58.98% from 255 or 60% from 250); Green value is 89 (35.16% from 255 or 35.6% from 250); Blue value is 11 (4.69% from 255 or 4.4% from 250); Max value from RGB is 150 - color contains mainly: red. Hex color #96590B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #96590B is #69A6F4. Grayscale: #626262. Windows color (decimal): -6924021 or 743830. OLE color: 743830.
HSL color Cylindrical-coordinate representation of color #96590B: hue angle of 33.67º 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 #96590B is Cyan = 0, Magento = 0.41, Yellow = 0.93 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 89 | 11 | - |
| CMYK | 0 | 0.41 | 0.93 | 0.41 |
| HSL | 33.67º | 0.86% | 0.32% | - |
| HSV(B) | 33.67º | 0.93% | 0.59% | - |
| XYZ | 16.21 | 13.65 | 2.1 | - |
| YUV | 98.35 | 78.71 | 164.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 89 | 11 | 0 | 0.41 | 0.93 | 0.41 | 33.67 | 0.86 | 0.32 |
| Hex | 96 | 59 | B | 0 | 29 | 5D | 29 | 22 | 56 | 20 |
| Octal | 226 | 131 | 13 | 0 | 51 | 135 | 51 | 42 | 126 | 40 |
| Binary | 10010110 | 1011001 | 1011 | 0 | 101001 | 1011101 | 101001 | 100010 | 1010110 | 100000 |
Color Harmonies of #96590B
Complementary color
Monochromatic Colors of #96590B
Black with #96590B
Text Example
Text Example
White with #96590B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96590B; }
p { color: rgb(150,89,11); }
H1.HeaderClassName
{
color: #96590B;
}
.AnyTagClassName
{
color: #96590B;
}
</style>
background-color css
<style>
a { background-color: #96590B; }
a { background-color: rgb(150,89,11); }
div.DivClassName
{
background-color: #96590B;
}
.BgClassName
{
background-color: #96590B;
}
</style>
border-color css
<style>
span { border-color: #96590B; }
span { border-color: rgb(150,89,11); }
td.TdClassName
{
border-color: #96590B;
}
.TagClassName
{
border-color: #96590B;
}
</style>