Shades of Golden Brown #97700A
Tints of Golden Brown #97700A
RGB
CMYK
RGB Variations
Color information
#97700A (or 0x97700A) is known color: Golden Brown. HEX triplet: 97, 70 and 0A. RGB value is (151,112,10). Sum of RGB (Red+Green+Blue) = 151+112+10=273 (36% of max value = 765). Red value is 151 (59.38% from 255 or 55.31% from 273); Green value is 112 (44.14% from 255 or 41.03% from 273); Blue value is 10 (4.30% from 255 or 3.66% from 273); Max value from RGB is 151 - color contains mainly: red. Hex color #97700A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #97700A is #688FF5. Grayscale: #707070. Windows color (decimal): -6852598 or 684183. OLE color: 684183.
HSL color Cylindrical-coordinate representation of color #97700A: hue angle of 43.4º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #97700A is Cyan = 0, Magento = 0.26, Yellow = 0.93 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 112 | 10 | - |
| CMYK | 0 | 0.26 | 0.93 | 0.41 |
| HSL | 43.4º | 0.88% | 0.32% | - |
| HSV(B) | 43.4º | 0.93% | 0.59% | - |
| XYZ | 18.61 | 18.19 | 2.82 | - |
| YUV | 112.03 | 70.42 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 112 | 10 | 0 | 0.26 | 0.93 | 0.41 | 43.4 | 0.88 | 0.32 |
| Hex | 97 | 70 | A | 0 | 1A | 5D | 29 | 2B | 58 | 20 |
| Octal | 227 | 160 | 12 | 0 | 32 | 135 | 51 | 53 | 130 | 40 |
| Binary | 10010111 | 1110000 | 1010 | 0 | 11010 | 1011101 | 101001 | 101011 | 1011000 | 100000 |
Color Harmonies of #97700A
Complementary color
Monochromatic Colors of #97700A
Black with #97700A
Text Example
Text Example
White with #97700A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97700A; }
p { color: rgb(151,112,10); }
H1.HeaderClassName
{
color: #97700A;
}
.AnyTagClassName
{
color: #97700A;
}
</style>
background-color css
<style>
a { background-color: #97700A; }
a { background-color: rgb(151,112,10); }
div.DivClassName
{
background-color: #97700A;
}
.BgClassName
{
background-color: #97700A;
}
</style>
border-color css
<style>
span { border-color: #97700A; }
span { border-color: rgb(151,112,10); }
td.TdClassName
{
border-color: #97700A;
}
.TagClassName
{
border-color: #97700A;
}
</style>