Shades of Golden Brown #966801
Tints of Golden Brown #966801
RGB
CMYK
RGB Variations
Color information
#966801 (or 0x966801) is known color: Golden Brown. HEX triplet: 96, 68 and 01. RGB value is (150,104,1). Sum of RGB (Red+Green+Blue) = 150+104+1=255 (33% of max value = 765). Red value is 150 (58.98% from 255 or 58.82% from 255); Green value is 104 (41.02% from 255 or 40.78% from 255); Blue value is 1 (0.78% from 255 or 0.39% from 255); Max value from RGB is 150 - color contains mainly: red. Hex color #966801 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #966801 is #6997FE. Grayscale: #6A6A6A. Windows color (decimal): -6920191 or 92310. OLE color: 92310.
HSL color Cylindrical-coordinate representation of color #966801: hue angle of 41.48º 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 #966801 is Cyan = 0, Magento = 0.31, Yellow = 0.99 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 104 | 1 | - |
| CMYK | 0 | 0.31 | 0.99 | 0.41 |
| HSL | 41.48º | 0.99% | 0.3% | - |
| HSV(B) | 41.48º | 0.99% | 0.59% | - |
| XYZ | 17.53 | 16.39 | 2.27 | - |
| YUV | 106.01 | 68.74 | 159.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 104 | 1 | 0 | 0.31 | 0.99 | 0.41 | 41.48 | 0.99 | 0.3 |
| Hex | 96 | 68 | 1 | 0 | 1F | 63 | 29 | 29 | 63 | 1E |
| Octal | 226 | 150 | 1 | 0 | 37 | 143 | 51 | 51 | 143 | 36 |
| Binary | 10010110 | 1101000 | 1 | 0 | 11111 | 1100011 | 101001 | 101001 | 1100011 | 11110 |
Color Harmonies of #966801
Complementary color
Monochromatic Colors of #966801
Black with #966801
Text Example
Text Example
White with #966801
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #966801; }
p { color: rgb(150,104,1); }
H1.HeaderClassName
{
color: #966801;
}
.AnyTagClassName
{
color: #966801;
}
</style>
background-color css
<style>
a { background-color: #966801; }
a { background-color: rgb(150,104,1); }
div.DivClassName
{
background-color: #966801;
}
.BgClassName
{
background-color: #966801;
}
</style>
border-color css
<style>
span { border-color: #966801; }
span { border-color: rgb(150,104,1); }
td.TdClassName
{
border-color: #966801;
}
.TagClassName
{
border-color: #966801;
}
</style>