Shades of Golden Brown #97690C
Tints of Golden Brown #97690C
RGB
CMYK
RGB Variations
Color information
#97690C (or 0x97690C) is known color: Golden Brown. HEX triplet: 97, 69 and 0C. RGB value is (151,105,12). Sum of RGB (Red+Green+Blue) = 151+105+12=268 (35% of max value = 765). Red value is 151 (59.38% from 255 or 56.34% from 268); Green value is 105 (41.41% from 255 or 39.18% from 268); Blue value is 12 (5.08% from 255 or 4.48% from 268); Max value from RGB is 151 - color contains mainly: red. Hex color #97690C is not a web safe color. Web safe color analog (approx): #996600. Inversed color of #97690C is #6896F3. Grayscale: #6C6C6C. Windows color (decimal): -6854388 or 813463. OLE color: 813463.
HSL color Cylindrical-coordinate representation of color #97690C: hue angle of 40.14º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #97690C is Cyan = 0, Magento = 0.30, Yellow = 0.92 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 105 | 12 | - |
| CMYK | 0 | 0.30 | 0.92 | 0.41 |
| HSL | 40.14º | 0.85% | 0.32% | - |
| HSV(B) | 40.14º | 0.92% | 0.59% | - |
| XYZ | 17.88 | 16.71 | 2.63 | - |
| YUV | 108.15 | 73.74 | 158.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 105 | 12 | 0 | 0.30 | 0.92 | 0.41 | 40.14 | 0.85 | 0.32 |
| Hex | 97 | 69 | C | 0 | 1E | 5C | 29 | 28 | 55 | 20 |
| Octal | 227 | 151 | 14 | 0 | 36 | 134 | 51 | 50 | 125 | 40 |
| Binary | 10010111 | 1101001 | 1100 | 0 | 11110 | 1011100 | 101001 | 101000 | 1010101 | 100000 |
Color Harmonies of #97690C
Complementary color
Monochromatic Colors of #97690C
Black with #97690C
Text Example
Text Example
White with #97690C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97690C; }
p { color: rgb(151,105,12); }
H1.HeaderClassName
{
color: #97690C;
}
.AnyTagClassName
{
color: #97690C;
}
</style>
background-color css
<style>
a { background-color: #97690C; }
a { background-color: rgb(151,105,12); }
div.DivClassName
{
background-color: #97690C;
}
.BgClassName
{
background-color: #97690C;
}
</style>
border-color css
<style>
span { border-color: #97690C; }
span { border-color: rgb(151,105,12); }
td.TdClassName
{
border-color: #97690C;
}
.TagClassName
{
border-color: #97690C;
}
</style>