Shades of Golden Brown #966E0F
Tints of Golden Brown #966E0F
RGB
CMYK
RGB Variations
Color information
#966E0F (or 0x966E0F) is known color: Golden Brown. HEX triplet: 96, 6E and 0F. RGB value is (150,110,15). Sum of RGB (Red+Green+Blue) = 150+110+15=275 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.55% from 275); Green value is 110 (43.36% from 255 or 40% from 275); Blue value is 15 (6.25% from 255 or 5.45% from 275); Max value from RGB is 150 - color contains mainly: red. Hex color #966E0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966E0F is #6991F0. Grayscale: #6F6F6F. Windows color (decimal): -6918641 or 1011350. OLE color: 1011350.
HSL color Cylindrical-coordinate representation of color #966E0F: hue angle of 42.22º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #966E0F is Cyan = 0, Magento = 0.27, Yellow = 0.9 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 110 | 15 | - |
| CMYK | 0 | 0.27 | 0.9 | 0.41 |
| HSL | 42.22º | 0.82% | 0.32% | - |
| HSV(B) | 42.22º | 0.9% | 0.59% | - |
| XYZ | 18.24 | 17.67 | 2.9 | - |
| YUV | 111.13 | 73.75 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 110 | 15 | 0 | 0.27 | 0.9 | 0.41 | 42.22 | 0.82 | 0.32 |
| Hex | 96 | 6E | F | 0 | 1B | 5A | 29 | 2A | 52 | 20 |
| Octal | 226 | 156 | 17 | 0 | 33 | 132 | 51 | 52 | 122 | 40 |
| Binary | 10010110 | 1101110 | 1111 | 0 | 11011 | 1011010 | 101001 | 101010 | 1010010 | 100000 |
Color Harmonies of #966E0F
Complementary color
Monochromatic Colors of #966E0F
Black with #966E0F
Text Example
Text Example
White with #966E0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966E0F; }
p { color: rgb(150,110,15); }
H1.HeaderClassName
{
color: #966E0F;
}
.AnyTagClassName
{
color: #966E0F;
}
</style>
background-color css
<style>
a { background-color: #966E0F; }
a { background-color: rgb(150,110,15); }
div.DivClassName
{
background-color: #966E0F;
}
.BgClassName
{
background-color: #966E0F;
}
</style>
border-color css
<style>
span { border-color: #966E0F; }
span { border-color: rgb(150,110,15); }
td.TdClassName
{
border-color: #966E0F;
}
.TagClassName
{
border-color: #966E0F;
}
</style>