Shades of Golden Brown #966301
Tints of Golden Brown #966301
RGB
CMYK
RGB Variations
Color information
#966301 (or 0x966301) is known color: Golden Brown. HEX triplet: 96, 63 and 01. RGB value is (150,99,1). Sum of RGB (Red+Green+Blue) = 150+99+1=250 (33% of max value = 765). Red value is 150 (58.98% from 255 or 60% from 250); Green value is 99 (39.06% from 255 or 39.6% from 250); Blue value is 1 (0.78% from 255 or 0.4% from 250); Max value from RGB is 150 - color contains mainly: red. Hex color #966301 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966301 is #699CFE. Grayscale: #676767. Windows color (decimal): -6921471 or 91030. OLE color: 91030.
HSL color Cylindrical-coordinate representation of color #966301: hue angle of 39.46º 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 #966301 is Cyan = 0, Magento = 0.34, Yellow = 0.99 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 99 | 1 | - |
| CMYK | 0 | 0.34 | 0.99 | 0.41 |
| HSL | 39.46º | 0.99% | 0.3% | - |
| HSV(B) | 39.46º | 0.99% | 0.59% | - |
| XYZ | 17.05 | 15.41 | 2.1 | - |
| YUV | 103.08 | 70.4 | 161.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 99 | 1 | 0 | 0.34 | 0.99 | 0.41 | 39.46 | 0.99 | 0.3 |
| Hex | 96 | 63 | 1 | 0 | 22 | 63 | 29 | 27 | 63 | 1E |
| Octal | 226 | 143 | 1 | 0 | 42 | 143 | 51 | 47 | 143 | 36 |
| Binary | 10010110 | 1100011 | 1 | 0 | 100010 | 1100011 | 101001 | 100111 | 1100011 | 11110 |
Color Harmonies of #966301
Complementary color
Monochromatic Colors of #966301
Black with #966301
Text Example
Text Example
White with #966301
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966301; }
p { color: rgb(150,99,1); }
H1.HeaderClassName
{
color: #966301;
}
.AnyTagClassName
{
color: #966301;
}
</style>
background-color css
<style>
a { background-color: #966301; }
a { background-color: rgb(150,99,1); }
div.DivClassName
{
background-color: #966301;
}
.BgClassName
{
background-color: #966301;
}
</style>
border-color css
<style>
span { border-color: #966301; }
span { border-color: rgb(150,99,1); }
td.TdClassName
{
border-color: #966301;
}
.TagClassName
{
border-color: #966301;
}
</style>