Shades of Golden Brown #976008
Tints of Golden Brown #976008
RGB
CMYK
RGB Variations
Color information
#976008 (or 0x976008) is known color: Golden Brown. HEX triplet: 97, 60 and 08. RGB value is (151,96,8). Sum of RGB (Red+Green+Blue) = 151+96+8=255 (33% of max value = 765). Red value is 151 (59.38% from 255 or 59.22% from 255); Green value is 96 (37.89% from 255 or 37.65% from 255); Blue value is 8 (3.52% from 255 or 3.14% from 255); Max value from RGB is 151 - color contains mainly: red. Hex color #976008 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #976008 is #689FF7. Grayscale: #666666. Windows color (decimal): -6856696 or 549015. OLE color: 549015.
HSL color Cylindrical-coordinate representation of color #976008: hue angle of 36.92º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #976008 is Cyan = 0, Magento = 0.36, Yellow = 0.95 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 96 | 8 | - |
| CMYK | 0 | 0.36 | 0.95 | 0.41 |
| HSL | 36.92º | 0.9% | 0.31% | - |
| HSV(B) | 36.92º | 0.95% | 0.59% | - |
| XYZ | 16.99 | 14.96 | 2.22 | - |
| YUV | 102.41 | 74.72 | 162.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 96 | 8 | 0 | 0.36 | 0.95 | 0.41 | 36.92 | 0.9 | 0.31 |
| Hex | 97 | 60 | 8 | 0 | 24 | 5F | 29 | 25 | 5A | 1F |
| Octal | 227 | 140 | 10 | 0 | 44 | 137 | 51 | 45 | 132 | 37 |
| Binary | 10010111 | 1100000 | 1000 | 0 | 100100 | 1011111 | 101001 | 100101 | 1011010 | 11111 |
Color Harmonies of #976008
Complementary color
Monochromatic Colors of #976008
Black with #976008
Text Example
Text Example
White with #976008
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976008; }
p { color: rgb(151,96,8); }
H1.HeaderClassName
{
color: #976008;
}
.AnyTagClassName
{
color: #976008;
}
</style>
background-color css
<style>
a { background-color: #976008; }
a { background-color: rgb(151,96,8); }
div.DivClassName
{
background-color: #976008;
}
.BgClassName
{
background-color: #976008;
}
</style>
border-color css
<style>
span { border-color: #976008; }
span { border-color: rgb(151,96,8); }
td.TdClassName
{
border-color: #976008;
}
.TagClassName
{
border-color: #976008;
}
</style>