Shades of Golden Brown #97690A
Tints of Golden Brown #97690A
RGB
CMYK
RGB Variations
Color information
#97690A (or 0x97690A) is known color: Golden Brown. HEX triplet: 97, 69 and 0A. RGB value is (151,105,10). Sum of RGB (Red+Green+Blue) = 151+105+10=266 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.77% from 266); Green value is 105 (41.41% from 255 or 39.47% from 266); Blue value is 10 (4.30% from 255 or 3.76% from 266); Max value from RGB is 151 - color contains mainly: red. Hex color #97690A is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #97690A is #6896F5. Grayscale: #6C6C6C. Windows color (decimal): -6854390 or 682391. OLE color: 682391.
HSL color Cylindrical-coordinate representation of color #97690A: hue angle of 40.43º 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 #97690A is Cyan = 0, Magento = 0.30, Yellow = 0.93 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 105 | 10 | - |
| CMYK | 0 | 0.30 | 0.93 | 0.41 |
| HSL | 40.43º | 0.88% | 0.32% | - |
| HSV(B) | 40.43º | 0.93% | 0.59% | - |
| XYZ | 17.87 | 16.7 | 2.57 | - |
| YUV | 107.92 | 72.74 | 158.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 105 | 10 | 0 | 0.30 | 0.93 | 0.41 | 40.43 | 0.88 | 0.32 |
| Hex | 97 | 69 | A | 0 | 1E | 5D | 29 | 28 | 58 | 20 |
| Octal | 227 | 151 | 12 | 0 | 36 | 135 | 51 | 50 | 130 | 40 |
| Binary | 10010111 | 1101001 | 1010 | 0 | 11110 | 1011101 | 101001 | 101000 | 1011000 | 100000 |
Color Harmonies of #97690A
Complementary color
Monochromatic Colors of #97690A
Black with #97690A
Text Example
Text Example
White with #97690A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97690A; }
p { color: rgb(151,105,10); }
H1.HeaderClassName
{
color: #97690A;
}
.AnyTagClassName
{
color: #97690A;
}
</style>
background-color css
<style>
a { background-color: #97690A; }
a { background-color: rgb(151,105,10); }
div.DivClassName
{
background-color: #97690A;
}
.BgClassName
{
background-color: #97690A;
}
</style>
border-color css
<style>
span { border-color: #97690A; }
span { border-color: rgb(151,105,10); }
td.TdClassName
{
border-color: #97690A;
}
.TagClassName
{
border-color: #97690A;
}
</style>