Shades of Golden Brown #96750B
Tints of Golden Brown #96750B
RGB
CMYK
RGB Variations
Color information
#96750B (or 0x96750B) is known color: Golden Brown. HEX triplet: 96, 75 and 0B. RGB value is (150,117,11). Sum of RGB (Red+Green+Blue) = 150+117+11=278 (36% of max value = 765). Red value is 150 (58.98% from 255 or 53.96% from 278); Green value is 117 (46.09% from 255 or 42.09% from 278); Blue value is 11 (4.69% from 255 or 3.96% from 278); Max value from RGB is 150 - color contains mainly: red. Hex color #96750B is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #96750B is #698AF4. Grayscale: #737373. Windows color (decimal): -6916853 or 750998. OLE color: 750998.
HSL color Cylindrical-coordinate representation of color #96750B: hue angle of 45.76º degrees, saturation: 0.86, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #96750B is Cyan = 0, Magento = 0.22, Yellow = 0.93 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 117 | 11 | - |
| CMYK | 0 | 0.22 | 0.93 | 0.41 |
| HSL | 45.76º | 0.86% | 0.32% | - |
| HSV(B) | 45.76º | 0.93% | 0.59% | - |
| XYZ | 19 | 19.23 | 3.03 | - |
| YUV | 114.78 | 69.43 | 153.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 117 | 11 | 0 | 0.22 | 0.93 | 0.41 | 45.76 | 0.86 | 0.32 |
| Hex | 96 | 75 | B | 0 | 16 | 5D | 29 | 2E | 56 | 20 |
| Octal | 226 | 165 | 13 | 0 | 26 | 135 | 51 | 56 | 126 | 40 |
| Binary | 10010110 | 1110101 | 1011 | 0 | 10110 | 1011101 | 101001 | 101110 | 1010110 | 100000 |
Color Harmonies of #96750B
Complementary color
Monochromatic Colors of #96750B
Black with #96750B
Text Example
Text Example
White with #96750B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96750B; }
p { color: rgb(150,117,11); }
H1.HeaderClassName
{
color: #96750B;
}
.AnyTagClassName
{
color: #96750B;
}
</style>
background-color css
<style>
a { background-color: #96750B; }
a { background-color: rgb(150,117,11); }
div.DivClassName
{
background-color: #96750B;
}
.BgClassName
{
background-color: #96750B;
}
</style>
border-color css
<style>
span { border-color: #96750B; }
span { border-color: rgb(150,117,11); }
td.TdClassName
{
border-color: #96750B;
}
.TagClassName
{
border-color: #96750B;
}
</style>