Shades of Golden Brown #96600D
Tints of Golden Brown #96600D
RGB
CMYK
RGB Variations
Color information
#96600D (or 0x96600D) is known color: Golden Brown. HEX triplet: 96, 60 and 0D. RGB value is (150,96,13). Sum of RGB (Red+Green+Blue) = 150+96+13=259 (34% of max value = 765). Red value is 150 (58.98% from 255 or 57.92% from 259); Green value is 96 (37.89% from 255 or 37.07% from 259); Blue value is 13 (5.47% from 255 or 5.02% from 259); Max value from RGB is 150 - color contains mainly: red. Hex color #96600D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #96600D is #699FF2. Grayscale: #676767. Windows color (decimal): -6922227 or 876694. OLE color: 876694.
HSL color Cylindrical-coordinate representation of color #96600D: hue angle of 36.35º 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 #96600D is Cyan = 0, Magento = 0.36, Yellow = 0.91 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 96 | 13 | - |
| CMYK | 0 | 0.36 | 0.91 | 0.41 |
| HSL | 36.35º | 0.84% | 0.32% | - |
| HSV(B) | 36.35º | 0.91% | 0.59% | - |
| XYZ | 16.83 | 14.88 | 2.37 | - |
| YUV | 102.68 | 77.39 | 161.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 96 | 13 | 0 | 0.36 | 0.91 | 0.41 | 36.35 | 0.84 | 0.32 |
| Hex | 96 | 60 | D | 0 | 24 | 5B | 29 | 24 | 54 | 20 |
| Octal | 226 | 140 | 15 | 0 | 44 | 133 | 51 | 44 | 124 | 40 |
| Binary | 10010110 | 1100000 | 1101 | 0 | 100100 | 1011011 | 101001 | 100100 | 1010100 | 100000 |
Color Harmonies of #96600D
Complementary color
Monochromatic Colors of #96600D
Black with #96600D
Text Example
Text Example
White with #96600D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96600D; }
p { color: rgb(150,96,13); }
H1.HeaderClassName
{
color: #96600D;
}
.AnyTagClassName
{
color: #96600D;
}
</style>
background-color css
<style>
a { background-color: #96600D; }
a { background-color: rgb(150,96,13); }
div.DivClassName
{
background-color: #96600D;
}
.BgClassName
{
background-color: #96600D;
}
</style>
border-color css
<style>
span { border-color: #96600D; }
span { border-color: rgb(150,96,13); }
td.TdClassName
{
border-color: #96600D;
}
.TagClassName
{
border-color: #96600D;
}
</style>