Shades of Golden Brown #966901
Tints of Golden Brown #966901
RGB
CMYK
RGB Variations
Color information
#966901 (or 0x966901) is known color: Golden Brown. HEX triplet: 96, 69 and 01. RGB value is (150,105,1). Sum of RGB (Red+Green+Blue) = 150+105+1=256 (33% of max value = 765). Red value is 150 (58.98% from 255 or 58.59% from 256); Green value is 105 (41.41% from 255 or 41.02% from 256); Blue value is 1 (0.78% from 255 or 0.39% from 256); Max value from RGB is 150 - color contains mainly: red. Hex color #966901 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966901 is #6996FE. Grayscale: #6B6B6B. Windows color (decimal): -6919935 or 92566. OLE color: 92566.
HSL color Cylindrical-coordinate representation of color #966901: hue angle of 41.88º degrees, saturation: 0.99, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #966901 is Cyan = 0, Magento = 0.30, Yellow = 0.99 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 105 | 1 | - |
| CMYK | 0 | 0.30 | 0.99 | 0.41 |
| HSL | 41.88º | 0.99% | 0.3% | - |
| HSV(B) | 41.88º | 0.99% | 0.59% | - |
| XYZ | 17.63 | 16.59 | 2.3 | - |
| YUV | 106.6 | 68.41 | 158.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 105 | 1 | 0 | 0.30 | 0.99 | 0.41 | 41.88 | 0.99 | 0.3 |
| Hex | 96 | 69 | 1 | 0 | 1E | 63 | 29 | 2A | 63 | 1E |
| Octal | 226 | 151 | 1 | 0 | 36 | 143 | 51 | 52 | 143 | 36 |
| Binary | 10010110 | 1101001 | 1 | 0 | 11110 | 1100011 | 101001 | 101010 | 1100011 | 11110 |
Color Harmonies of #966901
Complementary color
Monochromatic Colors of #966901
Black with #966901
Text Example
Text Example
White with #966901
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966901; }
p { color: rgb(150,105,1); }
H1.HeaderClassName
{
color: #966901;
}
.AnyTagClassName
{
color: #966901;
}
</style>
background-color css
<style>
a { background-color: #966901; }
a { background-color: rgb(150,105,1); }
div.DivClassName
{
background-color: #966901;
}
.BgClassName
{
background-color: #966901;
}
</style>
border-color css
<style>
span { border-color: #966901; }
span { border-color: rgb(150,105,1); }
td.TdClassName
{
border-color: #966901;
}
.TagClassName
{
border-color: #966901;
}
</style>