Shades of Golden Brown #966512
Tints of Golden Brown #966512
RGB
CMYK
RGB Variations
Color information
#966512 (or 0x966512) is known color: Golden Brown. HEX triplet: 96, 65 and 12. RGB value is (150,101,18). Sum of RGB (Red+Green+Blue) = 150+101+18=269 (35% of max value = 765). Red value is 150 (58.98% from 255 or 55.76% from 269); Green value is 101 (39.84% from 255 or 37.55% from 269); Blue value is 18 (7.42% from 255 or 6.69% from 269); Max value from RGB is 150 - color contains mainly: red. Hex color #966512 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966512 is #699AED. Grayscale: #6A6A6A. Windows color (decimal): -6920942 or 1205654. OLE color: 1205654.
HSL color Cylindrical-coordinate representation of color #966512: hue angle of 37.73º 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 #966512 is Cyan = 0, Magento = 0.33, Yellow = 0.88 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 101 | 18 | - |
| CMYK | 0 | 0.33 | 0.88 | 0.41 |
| HSL | 37.73º | 0.79% | 0.33% | - |
| HSV(B) | 37.73º | 0.88% | 0.59% | - |
| XYZ | 17.34 | 15.84 | 2.71 | - |
| YUV | 106.19 | 78.23 | 159.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 101 | 18 | 0 | 0.33 | 0.88 | 0.41 | 37.73 | 0.79 | 0.33 |
| Hex | 96 | 65 | 12 | 0 | 21 | 58 | 29 | 26 | 4F | 21 |
| Octal | 226 | 145 | 22 | 0 | 41 | 130 | 51 | 46 | 117 | 41 |
| Binary | 10010110 | 1100101 | 10010 | 0 | 100001 | 1011000 | 101001 | 100110 | 1001111 | 100001 |
Color Harmonies of #966512
Complementary color
Monochromatic Colors of #966512
Black with #966512
Text Example
Text Example
White with #966512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966512; }
p { color: rgb(150,101,18); }
H1.HeaderClassName
{
color: #966512;
}
.AnyTagClassName
{
color: #966512;
}
</style>
background-color css
<style>
a { background-color: #966512; }
a { background-color: rgb(150,101,18); }
div.DivClassName
{
background-color: #966512;
}
.BgClassName
{
background-color: #966512;
}
</style>
border-color css
<style>
span { border-color: #966512; }
span { border-color: rgb(150,101,18); }
td.TdClassName
{
border-color: #966512;
}
.TagClassName
{
border-color: #966512;
}
</style>