Shades of Golden Brown #966C0F
Tints of Golden Brown #966C0F
RGB
CMYK
RGB Variations
Color information
#966C0F (or 0x966C0F) is known color: Golden Brown. HEX triplet: 96, 6C and 0F. RGB value is (150,108,15). Sum of RGB (Red+Green+Blue) = 150+108+15=273 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.95% from 273); Green value is 108 (42.58% from 255 or 39.56% from 273); Blue value is 15 (6.25% from 255 or 5.49% from 273); Max value from RGB is 150 - color contains mainly: red. Hex color #966C0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966C0F is #6993F0. Grayscale: #6E6E6E. Windows color (decimal): -6919153 or 1010838. OLE color: 1010838.
HSL color Cylindrical-coordinate representation of color #966C0F: hue angle of 41.33º 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 #966C0F is Cyan = 0, Magento = 0.28, Yellow = 0.9 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 108 | 15 | - |
| CMYK | 0 | 0.28 | 0.9 | 0.41 |
| HSL | 41.33º | 0.82% | 0.32% | - |
| HSV(B) | 41.33º | 0.9% | 0.59% | - |
| XYZ | 18.03 | 17.24 | 2.83 | - |
| YUV | 109.96 | 74.41 | 156.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 108 | 15 | 0 | 0.28 | 0.9 | 0.41 | 41.33 | 0.82 | 0.32 |
| Hex | 96 | 6C | F | 0 | 1C | 5A | 29 | 29 | 52 | 20 |
| Octal | 226 | 154 | 17 | 0 | 34 | 132 | 51 | 51 | 122 | 40 |
| Binary | 10010110 | 1101100 | 1111 | 0 | 11100 | 1011010 | 101001 | 101001 | 1010010 | 100000 |
Color Harmonies of #966C0F
Complementary color
Monochromatic Colors of #966C0F
Black with #966C0F
Text Example
Text Example
White with #966C0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966C0F; }
p { color: rgb(150,108,15); }
H1.HeaderClassName
{
color: #966C0F;
}
.AnyTagClassName
{
color: #966C0F;
}
</style>
background-color css
<style>
a { background-color: #966C0F; }
a { background-color: rgb(150,108,15); }
div.DivClassName
{
background-color: #966C0F;
}
.BgClassName
{
background-color: #966C0F;
}
</style>
border-color css
<style>
span { border-color: #966C0F; }
span { border-color: rgb(150,108,15); }
td.TdClassName
{
border-color: #966C0F;
}
.TagClassName
{
border-color: #966C0F;
}
</style>