Shades of Dark Tan #926849
Tints of Dark Tan #926849
RGB
CMYK
RGB Variations
Color information
#926849 (or 0x926849) is known color: Dark Tan. HEX triplet: 92, 68 and 49. RGB value is (146,104,73). Sum of RGB (Red+Green+Blue) = 146+104+73=323 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.20% from 323); Green value is 104 (41.02% from 255 or 32.20% from 323); Blue value is 73 (28.91% from 255 or 22.60% from 323); Max value from RGB is 146 - color contains mainly: red. Hex color #926849 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #926849 is #6D97B6. Grayscale: #717171. Windows color (decimal): -7182263 or 4810898. OLE color: 4810898.
HSL color Cylindrical-coordinate representation of color #926849: hue angle of 25.48º 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 #926849 is Cyan = 0, Magento = 0.29, Yellow = 0.5 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 104 | 73 | - |
| CMYK | 0 | 0.29 | 0.5 | 0.43 |
| HSL | 25.48º | 0.33% | 0.43% | - |
| HSV(B) | 25.48º | 0.5% | 0.57% | - |
| XYZ | 18.01 | 16.49 | 8.54 | - |
| YUV | 113.02 | 105.41 | 151.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 104 | 73 | 0 | 0.29 | 0.5 | 0.43 | 25.48 | 0.33 | 0.43 |
| Hex | 92 | 68 | 49 | 0 | 1D | 32 | 2B | 19 | 21 | 2B |
| Octal | 222 | 150 | 111 | 0 | 35 | 62 | 53 | 31 | 41 | 53 |
| Binary | 10010010 | 1101000 | 1001001 | 0 | 11101 | 110010 | 101011 | 11001 | 100001 | 101011 |
Color Harmonies of #926849
Complementary color
Monochromatic Colors of #926849
Black with #926849
Text Example
Text Example
White with #926849
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926849; }
p { color: rgb(146,104,73); }
H1.HeaderClassName
{
color: #926849;
}
.AnyTagClassName
{
color: #926849;
}
</style>
background-color css
<style>
a { background-color: #926849; }
a { background-color: rgb(146,104,73); }
div.DivClassName
{
background-color: #926849;
}
.BgClassName
{
background-color: #926849;
}
</style>
border-color css
<style>
span { border-color: #926849; }
span { border-color: rgb(146,104,73); }
td.TdClassName
{
border-color: #926849;
}
.TagClassName
{
border-color: #926849;
}
</style>