Shades of Dark Tan #926C49
Tints of Dark Tan #926C49
RGB
CMYK
RGB Variations
Color information
#926C49 (or 0x926C49) is known color: Dark Tan. HEX triplet: 92, 6C and 49. RGB value is (146,108,73). Sum of RGB (Red+Green+Blue) = 146+108+73=327 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.65% from 327); Green value is 108 (42.58% from 255 or 33.03% from 327); Blue value is 73 (28.91% from 255 or 22.32% from 327); Max value from RGB is 146 - color contains mainly: red. Hex color #926C49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #926C49 is #6D93B6. Grayscale: #737373. Windows color (decimal): -7181239 or 4811922. OLE color: 4811922.
HSL color Cylindrical-coordinate representation of color #926C49: hue angle of 28.77º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #926C49 is Cyan = 0, Magento = 0.26, Yellow = 0.5 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 108 | 73 | - |
| CMYK | 0 | 0.26 | 0.5 | 0.43 |
| HSL | 28.77º | 0.33% | 0.43% | - |
| HSV(B) | 28.77º | 0.5% | 0.57% | - |
| XYZ | 18.42 | 17.32 | 8.68 | - |
| YUV | 115.37 | 104.09 | 149.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 108 | 73 | 0 | 0.26 | 0.5 | 0.43 | 28.77 | 0.33 | 0.43 |
| Hex | 92 | 6C | 49 | 0 | 1A | 32 | 2B | 1D | 21 | 2B |
| Octal | 222 | 154 | 111 | 0 | 32 | 62 | 53 | 35 | 41 | 53 |
| Binary | 10010010 | 1101100 | 1001001 | 0 | 11010 | 110010 | 101011 | 11101 | 100001 | 101011 |
Color Harmonies of #926C49
Complementary color
Monochromatic Colors of #926C49
Black with #926C49
Text Example
Text Example
White with #926C49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926C49; }
p { color: rgb(146,108,73); }
H1.HeaderClassName
{
color: #926C49;
}
.AnyTagClassName
{
color: #926C49;
}
</style>
background-color css
<style>
a { background-color: #926C49; }
a { background-color: rgb(146,108,73); }
div.DivClassName
{
background-color: #926C49;
}
.BgClassName
{
background-color: #926C49;
}
</style>
border-color css
<style>
span { border-color: #926C49; }
span { border-color: rgb(146,108,73); }
td.TdClassName
{
border-color: #926C49;
}
.TagClassName
{
border-color: #926C49;
}
</style>