Shades of Golden Brown #966F0F
Tints of Golden Brown #966F0F
RGB
CMYK
RGB Variations
Color information
#966F0F (or 0x966F0F) is known color: Golden Brown. HEX triplet: 96, 6F and 0F. RGB value is (150,111,15). Sum of RGB (Red+Green+Blue) = 150+111+15=276 (36% of max value = 765). Red value is 150 (58.98% from 255 or 54.35% from 276); Green value is 111 (43.75% from 255 or 40.22% from 276); Blue value is 15 (6.25% from 255 or 5.43% from 276); Max value from RGB is 150 - color contains mainly: red. Hex color #966F0F is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966F0F is #6990F0. Grayscale: #707070. Windows color (decimal): -6918385 or 1011606. OLE color: 1011606.
HSL color Cylindrical-coordinate representation of color #966F0F: hue angle of 42.67º 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 #966F0F is Cyan = 0, Magento = 0.26, Yellow = 0.9 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 111 | 15 | - |
| CMYK | 0 | 0.26 | 0.9 | 0.41 |
| HSL | 42.67º | 0.82% | 0.32% | - |
| HSV(B) | 42.67º | 0.9% | 0.59% | - |
| XYZ | 18.35 | 17.89 | 2.94 | - |
| YUV | 111.72 | 73.42 | 155.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 111 | 15 | 0 | 0.26 | 0.9 | 0.41 | 42.67 | 0.82 | 0.32 |
| Hex | 96 | 6F | F | 0 | 1A | 5A | 29 | 2B | 52 | 20 |
| Octal | 226 | 157 | 17 | 0 | 32 | 132 | 51 | 53 | 122 | 40 |
| Binary | 10010110 | 1101111 | 1111 | 0 | 11010 | 1011010 | 101001 | 101011 | 1010010 | 100000 |
Color Harmonies of #966F0F
Complementary color
Monochromatic Colors of #966F0F
Black with #966F0F
Text Example
Text Example
White with #966F0F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966F0F; }
p { color: rgb(150,111,15); }
H1.HeaderClassName
{
color: #966F0F;
}
.AnyTagClassName
{
color: #966F0F;
}
</style>
background-color css
<style>
a { background-color: #966F0F; }
a { background-color: rgb(150,111,15); }
div.DivClassName
{
background-color: #966F0F;
}
.BgClassName
{
background-color: #966F0F;
}
</style>
border-color css
<style>
span { border-color: #966F0F; }
span { border-color: rgb(150,111,15); }
td.TdClassName
{
border-color: #966F0F;
}
.TagClassName
{
border-color: #966F0F;
}
</style>