Shades of Golden Brown #966F08
Tints of Golden Brown #966F08
RGB
CMYK
RGB Variations
Color information
#966F08 (or 0x966F08) is known color: Golden Brown. HEX triplet: 96, 6F and 08. RGB value is (150,111,8). Sum of RGB (Red+Green+Blue) = 150+111+8=269 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.76% from 269); Green value is 111 (43.75% from 255 or 41.26% from 269); Blue value is 8 (3.52% from 255 or 2.97% from 269); Max value from RGB is 150 - color contains mainly: red. Hex color #966F08 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966F08 is #6990F7. Grayscale: #6F6F6F. Windows color (decimal): -6918392 or 552854. OLE color: 552854.
HSL color Cylindrical-coordinate representation of color #966F08: hue angle of 43.52º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #966F08 is Cyan = 0, Magento = 0.26, Yellow = 0.95 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 111 | 8 | - |
| CMYK | 0 | 0.26 | 0.95 | 0.41 |
| HSL | 43.52º | 0.9% | 0.31% | - |
| HSV(B) | 43.52º | 0.95% | 0.59% | - |
| XYZ | 18.31 | 17.87 | 2.71 | - |
| YUV | 110.92 | 69.92 | 155.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 111 | 8 | 0 | 0.26 | 0.95 | 0.41 | 43.52 | 0.9 | 0.31 |
| Hex | 96 | 6F | 8 | 0 | 1A | 5F | 29 | 2C | 5A | 1F |
| Octal | 226 | 157 | 10 | 0 | 32 | 137 | 51 | 54 | 132 | 37 |
| Binary | 10010110 | 1101111 | 1000 | 0 | 11010 | 1011111 | 101001 | 101100 | 1011010 | 11111 |
Color Harmonies of #966F08
Complementary color
Monochromatic Colors of #966F08
Black with #966F08
Text Example
Text Example
White with #966F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966F08; }
p { color: rgb(150,111,8); }
H1.HeaderClassName
{
color: #966F08;
}
.AnyTagClassName
{
color: #966F08;
}
</style>
background-color css
<style>
a { background-color: #966F08; }
a { background-color: rgb(150,111,8); }
div.DivClassName
{
background-color: #966F08;
}
.BgClassName
{
background-color: #966F08;
}
</style>
border-color css
<style>
span { border-color: #966F08; }
span { border-color: rgb(150,111,8); }
td.TdClassName
{
border-color: #966F08;
}
.TagClassName
{
border-color: #966F08;
}
</style>