Shades of Golden Brown #976705
Tints of Golden Brown #976705
RGB
CMYK
RGB Variations
Color information
#976705 (or 0x976705) is known color: Golden Brown. HEX triplet: 97, 67 and 05. RGB value is (151,103,5). Sum of RGB (Red+Green+Blue) = 151+103+5=259 (34% of max value = 765). Red value is 151 (59.38% from 255 or 58.30% from 259); Green value is 103 (40.62% from 255 or 39.77% from 259); Blue value is 5 (2.34% from 255 or 1.93% from 259); Max value from RGB is 151 - color contains mainly: red. Hex color #976705 is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #976705 is #6898FA. Grayscale: #6A6A6A. Windows color (decimal): -6854907 or 354199. OLE color: 354199.
HSL color Cylindrical-coordinate representation of color #976705: hue angle of 40.27º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #976705 is Cyan = 0, Magento = 0.32, Yellow = 0.97 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 103 | 5 | - |
| CMYK | 0 | 0.32 | 0.97 | 0.41 |
| HSL | 40.27º | 0.94% | 0.31% | - |
| HSV(B) | 40.27º | 0.97% | 0.59% | - |
| XYZ | 17.64 | 16.29 | 2.36 | - |
| YUV | 106.18 | 70.9 | 159.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 103 | 5 | 0 | 0.32 | 0.97 | 0.41 | 40.27 | 0.94 | 0.31 |
| Hex | 97 | 67 | 5 | 0 | 20 | 61 | 29 | 28 | 5E | 1F |
| Octal | 227 | 147 | 5 | 0 | 40 | 141 | 51 | 50 | 136 | 37 |
| Binary | 10010111 | 1100111 | 101 | 0 | 100000 | 1100001 | 101001 | 101000 | 1011110 | 11111 |
Color Harmonies of #976705
Complementary color
Monochromatic Colors of #976705
Black with #976705
Text Example
Text Example
White with #976705
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #976705; }
p { color: rgb(151,103,5); }
H1.HeaderClassName
{
color: #976705;
}
.AnyTagClassName
{
color: #976705;
}
</style>
background-color css
<style>
a { background-color: #976705; }
a { background-color: rgb(151,103,5); }
div.DivClassName
{
background-color: #976705;
}
.BgClassName
{
background-color: #976705;
}
</style>
border-color css
<style>
span { border-color: #976705; }
span { border-color: rgb(151,103,5); }
td.TdClassName
{
border-color: #976705;
}
.TagClassName
{
border-color: #976705;
}
</style>