Shades of Golden Brown #966E08
Tints of Golden Brown #966E08
RGB
CMYK
RGB Variations
Color information
#966E08 (or 0x966E08) is known color: Golden Brown. HEX triplet: 96, 6E and 08. RGB value is (150,110,8). Sum of RGB (Red+Green+Blue) = 150+110+8=268 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.97% from 268); Green value is 110 (43.36% from 255 or 41.04% from 268); Blue value is 8 (3.52% from 255 or 2.99% from 268); Max value from RGB is 150 - color contains mainly: red. Hex color #966E08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966E08 is #6991F7. Grayscale: #6E6E6E. Windows color (decimal): -6918648 or 552598. OLE color: 552598.
HSL color Cylindrical-coordinate representation of color #966E08: hue angle of 43.1º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #966E08 is Cyan = 0, Magento = 0.27, Yellow = 0.95 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 110 | 8 | - |
| CMYK | 0 | 0.27 | 0.95 | 0.41 |
| HSL | 43.1º | 0.9% | 0.31% | - |
| HSV(B) | 43.1º | 0.95% | 0.59% | - |
| XYZ | 18.2 | 17.65 | 2.68 | - |
| YUV | 110.33 | 70.25 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 110 | 8 | 0 | 0.27 | 0.95 | 0.41 | 43.1 | 0.9 | 0.31 |
| Hex | 96 | 6E | 8 | 0 | 1B | 5F | 29 | 2B | 5A | 1F |
| Octal | 226 | 156 | 10 | 0 | 33 | 137 | 51 | 53 | 132 | 37 |
| Binary | 10010110 | 1101110 | 1000 | 0 | 11011 | 1011111 | 101001 | 101011 | 1011010 | 11111 |
Color Harmonies of #966E08
Complementary color
Monochromatic Colors of #966E08
Black with #966E08
Text Example
Text Example
White with #966E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966E08; }
p { color: rgb(150,110,8); }
H1.HeaderClassName
{
color: #966E08;
}
.AnyTagClassName
{
color: #966E08;
}
</style>
background-color css
<style>
a { background-color: #966E08; }
a { background-color: rgb(150,110,8); }
div.DivClassName
{
background-color: #966E08;
}
.BgClassName
{
background-color: #966E08;
}
</style>
border-color css
<style>
span { border-color: #966E08; }
span { border-color: rgb(150,110,8); }
td.TdClassName
{
border-color: #966E08;
}
.TagClassName
{
border-color: #966E08;
}
</style>