Shades of Dark Tan #97664A
Tints of Dark Tan #97664A
RGB
CMYK
RGB Variations
Color information
#97664A (or 0x97664A) is known color: Dark Tan. HEX triplet: 97, 66 and 4A. RGB value is (151,102,74). Sum of RGB (Red+Green+Blue) = 151+102+74=327 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.18% from 327); Green value is 102 (40.23% from 255 or 31.19% from 327); Blue value is 74 (29.30% from 255 or 22.63% from 327); Max value from RGB is 151 - color contains mainly: red. Hex color #97664A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #97664A is #6899B5. Grayscale: #717171. Windows color (decimal): -6855094 or 4875927. OLE color: 4875927.
HSL color Cylindrical-coordinate representation of color #97664A: hue angle of 21.82º 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 #97664A is Cyan = 0, Magento = 0.32, Yellow = 0.51 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 102 | 74 | - |
| CMYK | 0 | 0.32 | 0.51 | 0.41 |
| HSL | 21.82º | 0.34% | 0.44% | - |
| HSV(B) | 21.82º | 0.51% | 0.59% | - |
| XYZ | 18.75 | 16.58 | 8.69 | - |
| YUV | 113.46 | 105.73 | 154.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 102 | 74 | 0 | 0.32 | 0.51 | 0.41 | 21.82 | 0.34 | 0.44 |
| Hex | 97 | 66 | 4A | 0 | 20 | 33 | 29 | 16 | 22 | 2C |
| Octal | 227 | 146 | 112 | 0 | 40 | 63 | 51 | 26 | 42 | 54 |
| Binary | 10010111 | 1100110 | 1001010 | 0 | 100000 | 110011 | 101001 | 10110 | 100010 | 101100 |
Color Harmonies of #97664A
Complementary color
Monochromatic Colors of #97664A
Black with #97664A
Text Example
Text Example
White with #97664A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97664A; }
p { color: rgb(151,102,74); }
H1.HeaderClassName
{
color: #97664A;
}
.AnyTagClassName
{
color: #97664A;
}
</style>
background-color css
<style>
a { background-color: #97664A; }
a { background-color: rgb(151,102,74); }
div.DivClassName
{
background-color: #97664A;
}
.BgClassName
{
background-color: #97664A;
}
</style>
border-color css
<style>
span { border-color: #97664A; }
span { border-color: rgb(151,102,74); }
td.TdClassName
{
border-color: #97664A;
}
.TagClassName
{
border-color: #97664A;
}
</style>