Shades of Golden Brown #96560D
Tints of Golden Brown #96560D
RGB
CMYK
RGB Variations
Color information
#96560D (or 0x96560D) is known color: Golden Brown. HEX triplet: 96, 56 and 0D. RGB value is (150,86,13). Sum of RGB (Red+Green+Blue) = 150+86+13=249 (32% of max value = 765). Red value is 150 (58.98% from 255 or 60.24% from 249); Green value is 86 (33.98% from 255 or 34.54% from 249); Blue value is 13 (5.47% from 255 or 5.22% from 249); Max value from RGB is 150 - color contains mainly: red. Hex color #96560D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #96560D is #69A9F2. Grayscale: #616161. Windows color (decimal): -6924787 or 874134. OLE color: 874134.
HSL color Cylindrical-coordinate representation of color #96560D: hue angle of 31.97º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #96560D is Cyan = 0, Magento = 0.43, Yellow = 0.91 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 86 | 13 | - |
| CMYK | 0 | 0.43 | 0.91 | 0.41 |
| HSL | 31.97º | 0.84% | 0.32% | - |
| HSV(B) | 31.97º | 0.91% | 0.59% | - |
| XYZ | 15.98 | 13.17 | 2.08 | - |
| YUV | 96.81 | 80.7 | 165.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 86 | 13 | 0 | 0.43 | 0.91 | 0.41 | 31.97 | 0.84 | 0.32 |
| Hex | 96 | 56 | D | 0 | 2B | 5B | 29 | 20 | 54 | 20 |
| Octal | 226 | 126 | 15 | 0 | 53 | 133 | 51 | 40 | 124 | 40 |
| Binary | 10010110 | 1010110 | 1101 | 0 | 101011 | 1011011 | 101001 | 100000 | 1010100 | 100000 |
Color Harmonies of #96560D
Complementary color
Monochromatic Colors of #96560D
Black with #96560D
Text Example
Text Example
White with #96560D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96560D; }
p { color: rgb(150,86,13); }
H1.HeaderClassName
{
color: #96560D;
}
.AnyTagClassName
{
color: #96560D;
}
</style>
background-color css
<style>
a { background-color: #96560D; }
a { background-color: rgb(150,86,13); }
div.DivClassName
{
background-color: #96560D;
}
.BgClassName
{
background-color: #96560D;
}
</style>
border-color css
<style>
span { border-color: #96560D; }
span { border-color: rgb(150,86,13); }
td.TdClassName
{
border-color: #96560D;
}
.TagClassName
{
border-color: #96560D;
}
</style>