Shades of Dark Tan #926A46
Tints of Dark Tan #926A46
RGB
CMYK
RGB Variations
Color information
#926A46 (or 0x926A46) is known color: Dark Tan. HEX triplet: 92, 6A and 46. RGB value is (146,106,70). Sum of RGB (Red+Green+Blue) = 146+106+70=322 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.34% from 322); Green value is 106 (41.80% from 255 or 32.92% from 322); Blue value is 70 (27.73% from 255 or 21.74% from 322); Max value from RGB is 146 - color contains mainly: red. Hex color #926A46 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #926A46 is #6D95B9. Grayscale: #727272. Windows color (decimal): -7181754 or 4614802. OLE color: 4614802.
HSL color Cylindrical-coordinate representation of color #926A46: hue angle of 28.42º degrees, saturation: 0.35, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #926A46 is Cyan = 0, Magento = 0.27, Yellow = 0.52 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 106 | 70 | - |
| CMYK | 0 | 0.27 | 0.52 | 0.43 |
| HSL | 28.42º | 0.35% | 0.42% | - |
| HSV(B) | 28.42º | 0.52% | 0.57% | - |
| XYZ | 18.11 | 16.86 | 8.09 | - |
| YUV | 113.86 | 103.25 | 150.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 106 | 70 | 0 | 0.27 | 0.52 | 0.43 | 28.42 | 0.35 | 0.42 |
| Hex | 92 | 6A | 46 | 0 | 1B | 34 | 2B | 1C | 23 | 2A |
| Octal | 222 | 152 | 106 | 0 | 33 | 64 | 53 | 34 | 43 | 52 |
| Binary | 10010010 | 1101010 | 1000110 | 0 | 11011 | 110100 | 101011 | 11100 | 100011 | 101010 |
Color Harmonies of #926A46
Complementary color
Monochromatic Colors of #926A46
Black with #926A46
Text Example
Text Example
White with #926A46
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926A46; }
p { color: rgb(146,106,70); }
H1.HeaderClassName
{
color: #926A46;
}
.AnyTagClassName
{
color: #926A46;
}
</style>
background-color css
<style>
a { background-color: #926A46; }
a { background-color: rgb(146,106,70); }
div.DivClassName
{
background-color: #926A46;
}
.BgClassName
{
background-color: #926A46;
}
</style>
border-color css
<style>
span { border-color: #926A46; }
span { border-color: rgb(146,106,70); }
td.TdClassName
{
border-color: #926A46;
}
.TagClassName
{
border-color: #926A46;
}
</style>