Shades of Golden Brown #96600C
Tints of Golden Brown #96600C
RGB
CMYK
RGB Variations
Color information
#96600C (or 0x96600C) is known color: Golden Brown. HEX triplet: 96, 60 and 0C. RGB value is (150,96,12). Sum of RGB (Red+Green+Blue) = 150+96+12=258 (34% of max value = 765). Red value is 150 (58.98% from 255 or 58.14% from 258); Green value is 96 (37.89% from 255 or 37.21% from 258); Blue value is 12 (5.08% from 255 or 4.65% from 258); Max value from RGB is 150 - color contains mainly: red. Hex color #96600C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #96600C is #699FF3. Grayscale: #666666. Windows color (decimal): -6922228 or 811158. OLE color: 811158.
HSL color Cylindrical-coordinate representation of color #96600C: hue angle of 36.52º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #96600C is Cyan = 0, Magento = 0.36, Yellow = 0.92 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 96 | 12 | - |
| CMYK | 0 | 0.36 | 0.92 | 0.41 |
| HSL | 36.52º | 0.85% | 0.32% | - |
| HSV(B) | 36.52º | 0.92% | 0.59% | - |
| XYZ | 16.83 | 14.88 | 2.33 | - |
| YUV | 102.57 | 76.89 | 161.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 96 | 12 | 0 | 0.36 | 0.92 | 0.41 | 36.52 | 0.85 | 0.32 |
| Hex | 96 | 60 | C | 0 | 24 | 5C | 29 | 25 | 55 | 20 |
| Octal | 226 | 140 | 14 | 0 | 44 | 134 | 51 | 45 | 125 | 40 |
| Binary | 10010110 | 1100000 | 1100 | 0 | 100100 | 1011100 | 101001 | 100101 | 1010101 | 100000 |
Color Harmonies of #96600C
Complementary color
Monochromatic Colors of #96600C
Black with #96600C
Text Example
Text Example
White with #96600C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96600C; }
p { color: rgb(150,96,12); }
H1.HeaderClassName
{
color: #96600C;
}
.AnyTagClassName
{
color: #96600C;
}
</style>
background-color css
<style>
a { background-color: #96600C; }
a { background-color: rgb(150,96,12); }
div.DivClassName
{
background-color: #96600C;
}
.BgClassName
{
background-color: #96600C;
}
</style>
border-color css
<style>
span { border-color: #96600C; }
span { border-color: rgb(150,96,12); }
td.TdClassName
{
border-color: #96600C;
}
.TagClassName
{
border-color: #96600C;
}
</style>