Shades of Dark Tan #926C4C
Tints of Dark Tan #926C4C
RGB
CMYK
RGB Variations
Color information
#926C4C (or 0x926C4C) is known color: Dark Tan. HEX triplet: 92, 6C and 4C. RGB value is (146,108,76). Sum of RGB (Red+Green+Blue) = 146+108+76=330 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.24% from 330); Green value is 108 (42.58% from 255 or 32.73% from 330); Blue value is 76 (30.08% from 255 or 23.03% from 330); Max value from RGB is 146 - color contains mainly: red. Hex color #926C4C is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #926C4C is #6D93B3. Grayscale: #737373. Windows color (decimal): -7181236 or 5008530. OLE color: 5008530.
HSL color Cylindrical-coordinate representation of color #926C4C: hue angle of 27.43º degrees, saturation: 0.32, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #926C4C is Cyan = 0, Magento = 0.26, Yellow = 0.48 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 108 | 76 | - |
| CMYK | 0 | 0.26 | 0.48 | 0.43 |
| HSL | 27.43º | 0.32% | 0.44% | - |
| HSV(B) | 27.43º | 0.48% | 0.57% | - |
| XYZ | 18.52 | 17.36 | 9.21 | - |
| YUV | 115.71 | 105.59 | 149.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 108 | 76 | 0 | 0.26 | 0.48 | 0.43 | 27.43 | 0.32 | 0.44 |
| Hex | 92 | 6C | 4C | 0 | 1A | 30 | 2B | 1B | 20 | 2C |
| Octal | 222 | 154 | 114 | 0 | 32 | 60 | 53 | 33 | 40 | 54 |
| Binary | 10010010 | 1101100 | 1001100 | 0 | 11010 | 110000 | 101011 | 11011 | 100000 | 101100 |
Color Harmonies of #926C4C
Complementary color
Monochromatic Colors of #926C4C
Black with #926C4C
Text Example
Text Example
White with #926C4C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926C4C; }
p { color: rgb(146,108,76); }
H1.HeaderClassName
{
color: #926C4C;
}
.AnyTagClassName
{
color: #926C4C;
}
</style>
background-color css
<style>
a { background-color: #926C4C; }
a { background-color: rgb(146,108,76); }
div.DivClassName
{
background-color: #926C4C;
}
.BgClassName
{
background-color: #926C4C;
}
</style>
border-color css
<style>
span { border-color: #926C4C; }
span { border-color: rgb(146,108,76); }
td.TdClassName
{
border-color: #926C4C;
}
.TagClassName
{
border-color: #926C4C;
}
</style>