Shades of Dark Tan #926A4D
Tints of Dark Tan #926A4D
RGB
CMYK
RGB Variations
Color information
#926A4D (or 0x926A4D) is known color: Dark Tan. HEX triplet: 92, 6A and 4D. RGB value is (146,106,77). Sum of RGB (Red+Green+Blue) = 146+106+77=329 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.38% from 329); Green value is 106 (41.80% from 255 or 32.22% from 329); Blue value is 77 (30.47% from 255 or 23.40% from 329); Max value from RGB is 146 - color contains mainly: red. Hex color #926A4D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #926A4D is #6D95B2. Grayscale: #727272. Windows color (decimal): -7181747 or 5073554. OLE color: 5073554.
HSL color Cylindrical-coordinate representation of color #926A4D: hue angle of 25.22º degrees, saturation: 0.31, 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 #926A4D is Cyan = 0, Magento = 0.27, Yellow = 0.47 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 106 | 77 | - |
| CMYK | 0 | 0.27 | 0.47 | 0.43 |
| HSL | 25.22º | 0.31% | 0.44% | - |
| HSV(B) | 25.22º | 0.47% | 0.57% | - |
| XYZ | 18.35 | 16.95 | 9.33 | - |
| YUV | 114.65 | 106.75 | 150.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 106 | 77 | 0 | 0.27 | 0.47 | 0.43 | 25.22 | 0.31 | 0.44 |
| Hex | 92 | 6A | 4D | 0 | 1B | 2F | 2B | 19 | 1F | 2C |
| Octal | 222 | 152 | 115 | 0 | 33 | 57 | 53 | 31 | 37 | 54 |
| Binary | 10010010 | 1101010 | 1001101 | 0 | 11011 | 101111 | 101011 | 11001 | 11111 | 101100 |
Color Harmonies of #926A4D
Complementary color
Monochromatic Colors of #926A4D
Black with #926A4D
Text Example
Text Example
White with #926A4D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926A4D; }
p { color: rgb(146,106,77); }
H1.HeaderClassName
{
color: #926A4D;
}
.AnyTagClassName
{
color: #926A4D;
}
</style>
background-color css
<style>
a { background-color: #926A4D; }
a { background-color: rgb(146,106,77); }
div.DivClassName
{
background-color: #926A4D;
}
.BgClassName
{
background-color: #926A4D;
}
</style>
border-color css
<style>
span { border-color: #926A4D; }
span { border-color: rgb(146,106,77); }
td.TdClassName
{
border-color: #926A4D;
}
.TagClassName
{
border-color: #926A4D;
}
</style>