Shades of Dark Tan #926A4A
Tints of Dark Tan #926A4A
RGB
CMYK
RGB Variations
Color information
#926A4A (or 0x926A4A) is known color: Dark Tan. HEX triplet: 92, 6A and 4A. RGB value is (146,106,74). Sum of RGB (Red+Green+Blue) = 146+106+74=326 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.79% from 326); Green value is 106 (41.80% from 255 or 32.52% from 326); Blue value is 74 (29.30% from 255 or 22.70% from 326); Max value from RGB is 146 - color contains mainly: red. Hex color #926A4A is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #926A4A is #6D95B5. Grayscale: #727272. Windows color (decimal): -7181750 or 4876946. OLE color: 4876946.
HSL color Cylindrical-coordinate representation of color #926A4A: hue angle of 26.67º degrees, saturation: 0.33, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #926A4A is Cyan = 0, Magento = 0.27, Yellow = 0.49 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 106 | 74 | - |
| CMYK | 0 | 0.27 | 0.49 | 0.43 |
| HSL | 26.67º | 0.33% | 0.43% | - |
| HSV(B) | 26.67º | 0.49% | 0.57% | - |
| XYZ | 18.24 | 16.91 | 8.78 | - |
| YUV | 114.31 | 105.25 | 150.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 106 | 74 | 0 | 0.27 | 0.49 | 0.43 | 26.67 | 0.33 | 0.43 |
| Hex | 92 | 6A | 4A | 0 | 1B | 31 | 2B | 1B | 21 | 2B |
| Octal | 222 | 152 | 112 | 0 | 33 | 61 | 53 | 33 | 41 | 53 |
| Binary | 10010010 | 1101010 | 1001010 | 0 | 11011 | 110001 | 101011 | 11011 | 100001 | 101011 |
Color Harmonies of #926A4A
Complementary color
Monochromatic Colors of #926A4A
Black with #926A4A
Text Example
Text Example
White with #926A4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926A4A; }
p { color: rgb(146,106,74); }
H1.HeaderClassName
{
color: #926A4A;
}
.AnyTagClassName
{
color: #926A4A;
}
</style>
background-color css
<style>
a { background-color: #926A4A; }
a { background-color: rgb(146,106,74); }
div.DivClassName
{
background-color: #926A4A;
}
.BgClassName
{
background-color: #926A4A;
}
</style>
border-color css
<style>
span { border-color: #926A4A; }
span { border-color: rgb(146,106,74); }
td.TdClassName
{
border-color: #926A4A;
}
.TagClassName
{
border-color: #926A4A;
}
</style>