Shades of Dark Tan #97694A
Tints of Dark Tan #97694A
RGB
CMYK
RGB Variations
Color information
#97694A (or 0x97694A) is known color: Dark Tan. HEX triplet: 97, 69 and 4A. RGB value is (151,105,74). Sum of RGB (Red+Green+Blue) = 151+105+74=330 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.76% from 330); Green value is 105 (41.41% from 255 or 31.82% from 330); Blue value is 74 (29.30% from 255 or 22.42% from 330); Max value from RGB is 151 - color contains mainly: red. Hex color #97694A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #97694A is #6896B5. Grayscale: #737373. Windows color (decimal): -6854326 or 4876695. OLE color: 4876695.
HSL color Cylindrical-coordinate representation of color #97694A: hue angle of 24.16º degrees, saturation: 0.34, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #97694A is Cyan = 0, Magento = 0.30, Yellow = 0.51 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 105 | 74 | - |
| CMYK | 0 | 0.30 | 0.51 | 0.41 |
| HSL | 24.16º | 0.34% | 0.44% | - |
| HSV(B) | 24.16º | 0.51% | 0.59% | - |
| XYZ | 19.05 | 17.18 | 8.79 | - |
| YUV | 115.22 | 104.74 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 105 | 74 | 0 | 0.30 | 0.51 | 0.41 | 24.16 | 0.34 | 0.44 |
| Hex | 97 | 69 | 4A | 0 | 1E | 33 | 29 | 18 | 22 | 2C |
| Octal | 227 | 151 | 112 | 0 | 36 | 63 | 51 | 30 | 42 | 54 |
| Binary | 10010111 | 1101001 | 1001010 | 0 | 11110 | 110011 | 101001 | 11000 | 100010 | 101100 |
Color Harmonies of #97694A
Complementary color
Monochromatic Colors of #97694A
Black with #97694A
Text Example
Text Example
White with #97694A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97694A; }
p { color: rgb(151,105,74); }
H1.HeaderClassName
{
color: #97694A;
}
.AnyTagClassName
{
color: #97694A;
}
</style>
background-color css
<style>
a { background-color: #97694A; }
a { background-color: rgb(151,105,74); }
div.DivClassName
{
background-color: #97694A;
}
.BgClassName
{
background-color: #97694A;
}
</style>
border-color css
<style>
span { border-color: #97694A; }
span { border-color: rgb(151,105,74); }
td.TdClassName
{
border-color: #97694A;
}
.TagClassName
{
border-color: #97694A;
}
</style>