Shades of Golden Brown #96750D
Tints of Golden Brown #96750D
RGB
CMYK
RGB Variations
Color information
#96750D (or 0x96750D) is known color: Golden Brown. HEX triplet: 96, 75 and 0D. RGB value is (150,117,13). Sum of RGB (Red+Green+Blue) = 150+117+13=280 (37% of max value = 765). Red value is 150 (58.98% from 255 or 53.57% from 280); Green value is 117 (46.09% from 255 or 41.79% from 280); Blue value is 13 (5.47% from 255 or 4.64% from 280); Max value from RGB is 150 - color contains mainly: red. Hex color #96750D is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #96750D is #698AF2. Grayscale: #737373. Windows color (decimal): -6916851 or 882070. OLE color: 882070.
HSL color Cylindrical-coordinate representation of color #96750D: hue angle of 45.55º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #96750D is Cyan = 0, Magento = 0.22, Yellow = 0.91 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 117 | 13 | - |
| CMYK | 0 | 0.22 | 0.91 | 0.41 |
| HSL | 45.55º | 0.84% | 0.32% | - |
| HSV(B) | 45.55º | 0.91% | 0.59% | - |
| XYZ | 19.01 | 19.24 | 3.09 | - |
| YUV | 115.01 | 70.43 | 152.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 117 | 13 | 0 | 0.22 | 0.91 | 0.41 | 45.55 | 0.84 | 0.32 |
| Hex | 96 | 75 | D | 0 | 16 | 5B | 29 | 2E | 54 | 20 |
| Octal | 226 | 165 | 15 | 0 | 26 | 133 | 51 | 56 | 124 | 40 |
| Binary | 10010110 | 1110101 | 1101 | 0 | 10110 | 1011011 | 101001 | 101110 | 1010100 | 100000 |
Color Harmonies of #96750D
Complementary color
Monochromatic Colors of #96750D
Black with #96750D
Text Example
Text Example
White with #96750D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96750D; }
p { color: rgb(150,117,13); }
H1.HeaderClassName
{
color: #96750D;
}
.AnyTagClassName
{
color: #96750D;
}
</style>
background-color css
<style>
a { background-color: #96750D; }
a { background-color: rgb(150,117,13); }
div.DivClassName
{
background-color: #96750D;
}
.BgClassName
{
background-color: #96750D;
}
</style>
border-color css
<style>
span { border-color: #96750D; }
span { border-color: rgb(150,117,13); }
td.TdClassName
{
border-color: #96750D;
}
.TagClassName
{
border-color: #96750D;
}
</style>