Shades of Golden Brown #976512
Tints of Golden Brown #976512
RGB
CMYK
RGB Variations
Color information
#976512 (or 0x976512) is known color: Golden Brown. HEX triplet: 97, 65 and 12. RGB value is (151,101,18). Sum of RGB (Red+Green+Blue) = 151+101+18=270 (35% of max value = 765). Red value is 151 (59.38% from 255 or 55.93% from 270); Green value is 101 (39.84% from 255 or 37.41% from 270); Blue value is 18 (7.42% from 255 or 6.67% from 270); Max value from RGB is 151 - color contains mainly: red. Hex color #976512 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #976512 is #689AED. Grayscale: #6A6A6A. Windows color (decimal): -6855406 or 1205655. OLE color: 1205655.
HSL color Cylindrical-coordinate representation of color #976512: hue angle of 37.44º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #976512 is Cyan = 0, Magento = 0.33, Yellow = 0.88 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 101 | 18 | - |
| CMYK | 0 | 0.33 | 0.88 | 0.41 |
| HSL | 37.44º | 0.79% | 0.33% | - |
| HSV(B) | 37.44º | 0.88% | 0.59% | - |
| XYZ | 17.53 | 15.93 | 2.72 | - |
| YUV | 106.49 | 78.07 | 159.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 101 | 18 | 0 | 0.33 | 0.88 | 0.41 | 37.44 | 0.79 | 0.33 |
| Hex | 97 | 65 | 12 | 0 | 21 | 58 | 29 | 25 | 4F | 21 |
| Octal | 227 | 145 | 22 | 0 | 41 | 130 | 51 | 45 | 117 | 41 |
| Binary | 10010111 | 1100101 | 10010 | 0 | 100001 | 1011000 | 101001 | 100101 | 1001111 | 100001 |
Color Harmonies of #976512
Complementary color
Monochromatic Colors of #976512
Black with #976512
Text Example
Text Example
White with #976512
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976512; }
p { color: rgb(151,101,18); }
H1.HeaderClassName
{
color: #976512;
}
.AnyTagClassName
{
color: #976512;
}
</style>
background-color css
<style>
a { background-color: #976512; }
a { background-color: rgb(151,101,18); }
div.DivClassName
{
background-color: #976512;
}
.BgClassName
{
background-color: #976512;
}
</style>
border-color css
<style>
span { border-color: #976512; }
span { border-color: rgb(151,101,18); }
td.TdClassName
{
border-color: #976512;
}
.TagClassName
{
border-color: #976512;
}
</style>