Shades of Golden Brown #976D12
Tints of Golden Brown #976D12
RGB
CMYK
RGB Variations
Color information
#976D12 (or 0x976D12) is known color: Golden Brown. HEX triplet: 97, 6D and 12. RGB value is (151,109,18). Sum of RGB (Red+Green+Blue) = 151+109+18=278 (36% of max value = 765). Red value is 151 (59.38% from 255 or 54.32% from 278); Green value is 109 (42.97% from 255 or 39.21% from 278); Blue value is 18 (7.42% from 255 or 6.47% from 278); Max value from RGB is 151 - color contains mainly: red. Hex color #976D12 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #976D12 is #6892ED. Grayscale: #6F6F6F. Windows color (decimal): -6853358 or 1207703. OLE color: 1207703.
HSL color Cylindrical-coordinate representation of color #976D12: hue angle of 41.05º 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 #976D12 is Cyan = 0, Magento = 0.28, Yellow = 0.88 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 109 | 18 | - |
| CMYK | 0 | 0.28 | 0.88 | 0.41 |
| HSL | 41.05º | 0.79% | 0.33% | - |
| HSV(B) | 41.05º | 0.88% | 0.59% | - |
| XYZ | 18.34 | 17.56 | 3 | - |
| YUV | 111.18 | 75.41 | 156.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 109 | 18 | 0 | 0.28 | 0.88 | 0.41 | 41.05 | 0.79 | 0.33 |
| Hex | 97 | 6D | 12 | 0 | 1C | 58 | 29 | 29 | 4F | 21 |
| Octal | 227 | 155 | 22 | 0 | 34 | 130 | 51 | 51 | 117 | 41 |
| Binary | 10010111 | 1101101 | 10010 | 0 | 11100 | 1011000 | 101001 | 101001 | 1001111 | 100001 |
Color Harmonies of #976D12
Complementary color
Monochromatic Colors of #976D12
Black with #976D12
Text Example
Text Example
White with #976D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976D12; }
p { color: rgb(151,109,18); }
H1.HeaderClassName
{
color: #976D12;
}
.AnyTagClassName
{
color: #976D12;
}
</style>
background-color css
<style>
a { background-color: #976D12; }
a { background-color: rgb(151,109,18); }
div.DivClassName
{
background-color: #976D12;
}
.BgClassName
{
background-color: #976D12;
}
</style>
border-color css
<style>
span { border-color: #976D12; }
span { border-color: rgb(151,109,18); }
td.TdClassName
{
border-color: #976D12;
}
.TagClassName
{
border-color: #976D12;
}
</style>