Shades of Golden Brown #966D12
Tints of Golden Brown #966D12
RGB
CMYK
RGB Variations
Color information
#966D12 (or 0x966D12) is known color: Golden Brown. HEX triplet: 96, 6D and 12. RGB value is (150,109,18). Sum of RGB (Red+Green+Blue) = 150+109+18=277 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.15% from 277); Green value is 109 (42.97% from 255 or 39.35% from 277); Blue value is 18 (7.42% from 255 or 6.50% from 277); Max value from RGB is 150 - color contains mainly: red. Hex color #966D12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966D12 is #6992ED. Grayscale: #6F6F6F. Windows color (decimal): -6918894 or 1207702. OLE color: 1207702.
HSL color Cylindrical-coordinate representation of color #966D12: hue angle of 41.36º 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 #966D12 is Cyan = 0, Magento = 0.27, Yellow = 0.88 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 109 | 18 | - |
| CMYK | 0 | 0.27 | 0.88 | 0.41 |
| HSL | 41.36º | 0.79% | 0.33% | - |
| HSV(B) | 41.36º | 0.88% | 0.59% | - |
| XYZ | 18.16 | 17.46 | 2.99 | - |
| YUV | 110.89 | 75.58 | 155.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 109 | 18 | 0 | 0.27 | 0.88 | 0.41 | 41.36 | 0.79 | 0.33 |
| Hex | 96 | 6D | 12 | 0 | 1B | 58 | 29 | 29 | 4F | 21 |
| Octal | 226 | 155 | 22 | 0 | 33 | 130 | 51 | 51 | 117 | 41 |
| Binary | 10010110 | 1101101 | 10010 | 0 | 11011 | 1011000 | 101001 | 101001 | 1001111 | 100001 |
Color Harmonies of #966D12
Complementary color
Monochromatic Colors of #966D12
Black with #966D12
Text Example
Text Example
White with #966D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966D12; }
p { color: rgb(150,109,18); }
H1.HeaderClassName
{
color: #966D12;
}
.AnyTagClassName
{
color: #966D12;
}
</style>
background-color css
<style>
a { background-color: #966D12; }
a { background-color: rgb(150,109,18); }
div.DivClassName
{
background-color: #966D12;
}
.BgClassName
{
background-color: #966D12;
}
</style>
border-color css
<style>
span { border-color: #966D12; }
span { border-color: rgb(150,109,18); }
td.TdClassName
{
border-color: #966D12;
}
.TagClassName
{
border-color: #966D12;
}
</style>