Shades of Golden Brown #96580C
Tints of Golden Brown #96580C
RGB
CMYK
RGB Variations
Color information
#96580C (or 0x96580C) is known color: Golden Brown. HEX triplet: 96, 58 and 0C. RGB value is (150,88,12). Sum of RGB (Red+Green+Blue) = 150+88+12=250 (33% of max value = 765). Red value is 150 (58.98% from 255 or 60% from 250); Green value is 88 (34.77% from 255 or 35.2% from 250); Blue value is 12 (5.08% from 255 or 4.8% from 250); Max value from RGB is 150 - color contains mainly: red. Hex color #96580C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #96580C is #69A7F3. Grayscale: #626262. Windows color (decimal): -6924276 or 809110. OLE color: 809110.
HSL color Cylindrical-coordinate representation of color #96580C: hue angle of 33.04º 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 #96580C is Cyan = 0, Magento = 0.41, Yellow = 0.92 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 88 | 12 | - |
| CMYK | 0 | 0.41 | 0.92 | 0.41 |
| HSL | 33.04º | 0.85% | 0.32% | - |
| HSV(B) | 33.04º | 0.92% | 0.59% | - |
| XYZ | 16.13 | 13.49 | 2.1 | - |
| YUV | 97.87 | 79.54 | 165.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 88 | 12 | 0 | 0.41 | 0.92 | 0.41 | 33.04 | 0.85 | 0.32 |
| Hex | 96 | 58 | C | 0 | 29 | 5C | 29 | 21 | 55 | 20 |
| Octal | 226 | 130 | 14 | 0 | 51 | 134 | 51 | 41 | 125 | 40 |
| Binary | 10010110 | 1011000 | 1100 | 0 | 101001 | 1011100 | 101001 | 100001 | 1010101 | 100000 |
Color Harmonies of #96580C
Complementary color
Monochromatic Colors of #96580C
Black with #96580C
Text Example
Text Example
White with #96580C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96580C; }
p { color: rgb(150,88,12); }
H1.HeaderClassName
{
color: #96580C;
}
.AnyTagClassName
{
color: #96580C;
}
</style>
background-color css
<style>
a { background-color: #96580C; }
a { background-color: rgb(150,88,12); }
div.DivClassName
{
background-color: #96580C;
}
.BgClassName
{
background-color: #96580C;
}
</style>
border-color css
<style>
span { border-color: #96580C; }
span { border-color: rgb(150,88,12); }
td.TdClassName
{
border-color: #96580C;
}
.TagClassName
{
border-color: #96580C;
}
</style>