Shades of Golden Brown #96720C
Tints of Golden Brown #96720C
RGB
CMYK
RGB Variations
Color information
#96720C (or 0x96720C) is known color: Golden Brown. HEX triplet: 96, 72 and 0C. RGB value is (150,114,12). Sum of RGB (Red+Green+Blue) = 150+114+12=276 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.35% from 276); Green value is 114 (44.92% from 255 or 41.30% from 276); Blue value is 12 (5.08% from 255 or 4.35% from 276); Max value from RGB is 150 - color contains mainly: red. Hex color #96720C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #96720C is #698DF3. Grayscale: #717171. Windows color (decimal): -6917620 or 815766. OLE color: 815766.
HSL color Cylindrical-coordinate representation of color #96720C: hue angle of 44.35º 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 #96720C is Cyan = 0, Magento = 0.24, Yellow = 0.92 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 114 | 12 | - |
| CMYK | 0 | 0.24 | 0.92 | 0.41 |
| HSL | 44.35º | 0.85% | 0.32% | - |
| HSV(B) | 44.35º | 0.92% | 0.59% | - |
| XYZ | 18.66 | 18.55 | 2.94 | - |
| YUV | 113.14 | 70.93 | 154.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 114 | 12 | 0 | 0.24 | 0.92 | 0.41 | 44.35 | 0.85 | 0.32 |
| Hex | 96 | 72 | C | 0 | 18 | 5C | 29 | 2C | 55 | 20 |
| Octal | 226 | 162 | 14 | 0 | 30 | 134 | 51 | 54 | 125 | 40 |
| Binary | 10010110 | 1110010 | 1100 | 0 | 11000 | 1011100 | 101001 | 101100 | 1010101 | 100000 |
Color Harmonies of #96720C
Complementary color
Monochromatic Colors of #96720C
Black with #96720C
Text Example
Text Example
White with #96720C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96720C; }
p { color: rgb(150,114,12); }
H1.HeaderClassName
{
color: #96720C;
}
.AnyTagClassName
{
color: #96720C;
}
</style>
background-color css
<style>
a { background-color: #96720C; }
a { background-color: rgb(150,114,12); }
div.DivClassName
{
background-color: #96720C;
}
.BgClassName
{
background-color: #96720C;
}
</style>
border-color css
<style>
span { border-color: #96720C; }
span { border-color: rgb(150,114,12); }
td.TdClassName
{
border-color: #96720C;
}
.TagClassName
{
border-color: #96720C;
}
</style>