Shades of Dark Tan #926C4E
Tints of Dark Tan #926C4E
RGB
CMYK
RGB Variations
Color information
#926C4E (or 0x926C4E) is known color: Dark Tan. HEX triplet: 92, 6C and 4E. RGB value is (146,108,78). Sum of RGB (Red+Green+Blue) = 146+108+78=332 (43% of max value = 765). Red value is 146 (57.42% from 255 or 43.98% from 332); Green value is 108 (42.58% from 255 or 32.53% from 332); Blue value is 78 (30.86% from 255 or 23.49% from 332); Max value from RGB is 146 - color contains mainly: red. Hex color #926C4E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926C4E is #6D93B1. Grayscale: #747474. Windows color (decimal): -7181234 or 5139602. OLE color: 5139602.
HSL color Cylindrical-coordinate representation of color #926C4E: hue angle of 26.47º degrees, saturation: 0.3, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #926C4E is Cyan = 0, Magento = 0.26, Yellow = 0.47 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 108 | 78 | - |
| CMYK | 0 | 0.26 | 0.47 | 0.43 |
| HSL | 26.47º | 0.3% | 0.44% | - |
| HSV(B) | 26.47º | 0.47% | 0.57% | - |
| XYZ | 18.59 | 17.39 | 9.58 | - |
| YUV | 115.94 | 106.59 | 149.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 108 | 78 | 0 | 0.26 | 0.47 | 0.43 | 26.47 | 0.3 | 0.44 |
| Hex | 92 | 6C | 4E | 0 | 1A | 2F | 2B | 1A | 1E | 2C |
| Octal | 222 | 154 | 116 | 0 | 32 | 57 | 53 | 32 | 36 | 54 |
| Binary | 10010010 | 1101100 | 1001110 | 0 | 11010 | 101111 | 101011 | 11010 | 11110 | 101100 |
Color Harmonies of #926C4E
Complementary color
Monochromatic Colors of #926C4E
Black with #926C4E
Text Example
Text Example
White with #926C4E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926C4E; }
p { color: rgb(146,108,78); }
H1.HeaderClassName
{
color: #926C4E;
}
.AnyTagClassName
{
color: #926C4E;
}
</style>
background-color css
<style>
a { background-color: #926C4E; }
a { background-color: rgb(146,108,78); }
div.DivClassName
{
background-color: #926C4E;
}
.BgClassName
{
background-color: #926C4E;
}
</style>
border-color css
<style>
span { border-color: #926C4E; }
span { border-color: rgb(146,108,78); }
td.TdClassName
{
border-color: #926C4E;
}
.TagClassName
{
border-color: #926C4E;
}
</style>