Shades of Golden Brown #966F12
Tints of Golden Brown #966F12
RGB
CMYK
RGB Variations
Color information
#966F12 (or 0x966F12) is known color: Golden Brown. HEX triplet: 96, 6F and 12. RGB value is (150,111,18). Sum of RGB (Red+Green+Blue) = 150+111+18=279 (36% of max value = 765). Red value is 150 (58.98% from 255 or 53.76% from 279); Green value is 111 (43.75% from 255 or 39.78% from 279); Blue value is 18 (7.42% from 255 or 6.45% from 279); Max value from RGB is 150 - color contains mainly: red. Hex color #966F12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966F12 is #6990ED. Grayscale: #707070. Windows color (decimal): -6918382 or 1208214. OLE color: 1208214.
HSL color Cylindrical-coordinate representation of color #966F12: hue angle of 42.27º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #966F12 is Cyan = 0, Magento = 0.26, Yellow = 0.88 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 111 | 18 | - |
| CMYK | 0 | 0.26 | 0.88 | 0.41 |
| HSL | 42.27º | 0.79% | 0.33% | - |
| HSV(B) | 42.27º | 0.88% | 0.59% | - |
| XYZ | 18.37 | 17.9 | 3.06 | - |
| YUV | 112.06 | 74.92 | 155.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 111 | 18 | 0 | 0.26 | 0.88 | 0.41 | 42.27 | 0.79 | 0.33 |
| Hex | 96 | 6F | 12 | 0 | 1A | 58 | 29 | 2A | 4F | 21 |
| Octal | 226 | 157 | 22 | 0 | 32 | 130 | 51 | 52 | 117 | 41 |
| Binary | 10010110 | 1101111 | 10010 | 0 | 11010 | 1011000 | 101001 | 101010 | 1001111 | 100001 |
Color Harmonies of #966F12
Complementary color
Monochromatic Colors of #966F12
Black with #966F12
Text Example
Text Example
White with #966F12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966F12; }
p { color: rgb(150,111,18); }
H1.HeaderClassName
{
color: #966F12;
}
.AnyTagClassName
{
color: #966F12;
}
</style>
background-color css
<style>
a { background-color: #966F12; }
a { background-color: rgb(150,111,18); }
div.DivClassName
{
background-color: #966F12;
}
.BgClassName
{
background-color: #966F12;
}
</style>
border-color css
<style>
span { border-color: #966F12; }
span { border-color: rgb(150,111,18); }
td.TdClassName
{
border-color: #966F12;
}
.TagClassName
{
border-color: #966F12;
}
</style>