Shades of Golden Brown #96600A
Tints of Golden Brown #96600A
RGB
CMYK
RGB Variations
Color information
#96600A (or 0x96600A) is known color: Golden Brown. HEX triplet: 96, 60 and 0A. RGB value is (150,96,10). Sum of RGB (Red+Green+Blue) = 150+96+10=256 (33% of max value = 765). Red value is 150 (58.98% from 255 or 58.59% from 256); Green value is 96 (37.89% from 255 or 37.5% from 256); Blue value is 10 (4.30% from 255 or 3.91% from 256); Max value from RGB is 150 - color contains mainly: red. Hex color #96600A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #96600A is #699FF5. Grayscale: #666666. Windows color (decimal): -6922230 or 680086. OLE color: 680086.
HSL color Cylindrical-coordinate representation of color #96600A: hue angle of 36.86º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #96600A is Cyan = 0, Magento = 0.36, Yellow = 0.93 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 96 | 10 | - |
| CMYK | 0 | 0.36 | 0.93 | 0.41 |
| HSL | 36.86º | 0.88% | 0.31% | - |
| HSV(B) | 36.86º | 0.93% | 0.59% | - |
| XYZ | 16.82 | 14.87 | 2.27 | - |
| YUV | 102.34 | 75.89 | 161.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 96 | 10 | 0 | 0.36 | 0.93 | 0.41 | 36.86 | 0.88 | 0.31 |
| Hex | 96 | 60 | A | 0 | 24 | 5D | 29 | 25 | 58 | 1F |
| Octal | 226 | 140 | 12 | 0 | 44 | 135 | 51 | 45 | 130 | 37 |
| Binary | 10010110 | 1100000 | 1010 | 0 | 100100 | 1011101 | 101001 | 100101 | 1011000 | 11111 |
Color Harmonies of #96600A
Complementary color
Monochromatic Colors of #96600A
Black with #96600A
Text Example
Text Example
White with #96600A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96600A; }
p { color: rgb(150,96,10); }
H1.HeaderClassName
{
color: #96600A;
}
.AnyTagClassName
{
color: #96600A;
}
</style>
background-color css
<style>
a { background-color: #96600A; }
a { background-color: rgb(150,96,10); }
div.DivClassName
{
background-color: #96600A;
}
.BgClassName
{
background-color: #96600A;
}
</style>
border-color css
<style>
span { border-color: #96600A; }
span { border-color: rgb(150,96,10); }
td.TdClassName
{
border-color: #96600A;
}
.TagClassName
{
border-color: #96600A;
}
</style>