Shades of Dark Tan #926B49
Tints of Dark Tan #926B49
RGB
CMYK
RGB Variations
Color information
#926B49 (or 0x926B49) is known color: Dark Tan. HEX triplet: 92, 6B and 49. RGB value is (146,107,73). Sum of RGB (Red+Green+Blue) = 146+107+73=326 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.79% from 326); Green value is 107 (42.19% from 255 or 32.82% from 326); Blue value is 73 (28.91% from 255 or 22.39% from 326); Max value from RGB is 146 - color contains mainly: red. Hex color #926B49 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #926B49 is #6D94B6. Grayscale: #727272. Windows color (decimal): -7181495 or 4811666. OLE color: 4811666.
HSL color Cylindrical-coordinate representation of color #926B49: hue angle of 27.95º 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 #926B49 is Cyan = 0, Magento = 0.27, Yellow = 0.5 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 107 | 73 | - |
| CMYK | 0 | 0.27 | 0.5 | 0.43 |
| HSL | 27.95º | 0.33% | 0.43% | - |
| HSV(B) | 27.95º | 0.5% | 0.57% | - |
| XYZ | 18.31 | 17.11 | 8.64 | - |
| YUV | 114.79 | 104.42 | 150.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 107 | 73 | 0 | 0.27 | 0.5 | 0.43 | 27.95 | 0.33 | 0.43 |
| Hex | 92 | 6B | 49 | 0 | 1B | 32 | 2B | 1C | 21 | 2B |
| Octal | 222 | 153 | 111 | 0 | 33 | 62 | 53 | 34 | 41 | 53 |
| Binary | 10010010 | 1101011 | 1001001 | 0 | 11011 | 110010 | 101011 | 11100 | 100001 | 101011 |
Color Harmonies of #926B49
Complementary color
Monochromatic Colors of #926B49
Black with #926B49
Text Example
Text Example
White with #926B49
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926B49; }
p { color: rgb(146,107,73); }
H1.HeaderClassName
{
color: #926B49;
}
.AnyTagClassName
{
color: #926B49;
}
</style>
background-color css
<style>
a { background-color: #926B49; }
a { background-color: rgb(146,107,73); }
div.DivClassName
{
background-color: #926B49;
}
.BgClassName
{
background-color: #926B49;
}
</style>
border-color css
<style>
span { border-color: #926B49; }
span { border-color: rgb(146,107,73); }
td.TdClassName
{
border-color: #926B49;
}
.TagClassName
{
border-color: #926B49;
}
</style>