Shades of Golden Brown #96730C
Tints of Golden Brown #96730C
RGB
CMYK
RGB Variations
Color information
#96730C (or 0x96730C) is known color: Golden Brown. HEX triplet: 96, 73 and 0C. RGB value is (150,115,12). Sum of RGB (Red+Green+Blue) = 150+115+12=277 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.15% from 277); Green value is 115 (45.31% from 255 or 41.52% from 277); Blue value is 12 (5.08% from 255 or 4.33% from 277); Max value from RGB is 150 - color contains mainly: red. Hex color #96730C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #96730C is #698CF3. Grayscale: #727272. Windows color (decimal): -6917364 or 816022. OLE color: 816022.
HSL color Cylindrical-coordinate representation of color #96730C: hue angle of 44.78º 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 #96730C is Cyan = 0, Magento = 0.23, Yellow = 0.92 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 115 | 12 | - |
| CMYK | 0 | 0.23 | 0.92 | 0.41 |
| HSL | 44.78º | 0.85% | 0.32% | - |
| HSV(B) | 44.78º | 0.92% | 0.59% | - |
| XYZ | 18.77 | 18.77 | 2.98 | - |
| YUV | 113.72 | 70.6 | 153.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 115 | 12 | 0 | 0.23 | 0.92 | 0.41 | 44.78 | 0.85 | 0.32 |
| Hex | 96 | 73 | C | 0 | 17 | 5C | 29 | 2D | 55 | 20 |
| Octal | 226 | 163 | 14 | 0 | 27 | 134 | 51 | 55 | 125 | 40 |
| Binary | 10010110 | 1110011 | 1100 | 0 | 10111 | 1011100 | 101001 | 101101 | 1010101 | 100000 |
Color Harmonies of #96730C
Complementary color
Monochromatic Colors of #96730C
Black with #96730C
Text Example
Text Example
White with #96730C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96730C; }
p { color: rgb(150,115,12); }
H1.HeaderClassName
{
color: #96730C;
}
.AnyTagClassName
{
color: #96730C;
}
</style>
background-color css
<style>
a { background-color: #96730C; }
a { background-color: rgb(150,115,12); }
div.DivClassName
{
background-color: #96730C;
}
.BgClassName
{
background-color: #96730C;
}
</style>
border-color css
<style>
span { border-color: #96730C; }
span { border-color: rgb(150,115,12); }
td.TdClassName
{
border-color: #96730C;
}
.TagClassName
{
border-color: #96730C;
}
</style>