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