Shades of Golden Brown #96750A
Tints of Golden Brown #96750A
RGB
CMYK
RGB Variations
Color information
#96750A (or 0x96750A) is known color: Golden Brown. HEX triplet: 96, 75 and 0A. RGB value is (150,117,10). Sum of RGB (Red+Green+Blue) = 150+117+10=277 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.15% from 277); Green value is 117 (46.09% from 255 or 42.24% from 277); Blue value is 10 (4.30% from 255 or 3.61% from 277); Max value from RGB is 150 - color contains mainly: red. Hex color #96750A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #96750A is #698AF5. Grayscale: #737373. Windows color (decimal): -6916854 or 685462. OLE color: 685462.
HSL color Cylindrical-coordinate representation of color #96750A: hue angle of 45.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 #96750A is Cyan = 0, Magento = 0.22, Yellow = 0.93 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 117 | 10 | - |
| CMYK | 0 | 0.22 | 0.93 | 0.41 |
| HSL | 45.86º | 0.88% | 0.31% | - |
| HSV(B) | 45.86º | 0.93% | 0.59% | - |
| XYZ | 18.99 | 19.23 | 3 | - |
| YUV | 114.67 | 68.93 | 153.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 117 | 10 | 0 | 0.22 | 0.93 | 0.41 | 45.86 | 0.88 | 0.31 |
| Hex | 96 | 75 | A | 0 | 16 | 5D | 29 | 2E | 58 | 1F |
| Octal | 226 | 165 | 12 | 0 | 26 | 135 | 51 | 56 | 130 | 37 |
| Binary | 10010110 | 1110101 | 1010 | 0 | 10110 | 1011101 | 101001 | 101110 | 1011000 | 11111 |
Color Harmonies of #96750A
Complementary color
Monochromatic Colors of #96750A
Black with #96750A
Text Example
Text Example
White with #96750A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96750A; }
p { color: rgb(150,117,10); }
H1.HeaderClassName
{
color: #96750A;
}
.AnyTagClassName
{
color: #96750A;
}
</style>
background-color css
<style>
a { background-color: #96750A; }
a { background-color: rgb(150,117,10); }
div.DivClassName
{
background-color: #96750A;
}
.BgClassName
{
background-color: #96750A;
}
</style>
border-color css
<style>
span { border-color: #96750A; }
span { border-color: rgb(150,117,10); }
td.TdClassName
{
border-color: #96750A;
}
.TagClassName
{
border-color: #96750A;
}
</style>