Shades of Dark Tan #926D4B
Tints of Dark Tan #926D4B
RGB
CMYK
RGB Variations
Color information
#926D4B (or 0x926D4B) is known color: Dark Tan. HEX triplet: 92, 6D and 4B. RGB value is (146,109,75). Sum of RGB (Red+Green+Blue) = 146+109+75=330 (43% of max value = 765). Red value is 146 (57.42% from 255 or 44.24% from 330); Green value is 109 (42.97% from 255 or 33.03% from 330); Blue value is 75 (29.69% from 255 or 22.73% from 330); Max value from RGB is 146 - color contains mainly: red. Hex color #926D4B is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #926D4B is #6D92B4. Grayscale: #747474. Windows color (decimal): -7180981 or 4943250. OLE color: 4943250.
HSL color Cylindrical-coordinate representation of color #926D4B: hue angle of 28.73º degrees, saturation: 0.32, 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 #926D4B is Cyan = 0, Magento = 0.25, Yellow = 0.49 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 109 | 75 | - |
| CMYK | 0 | 0.25 | 0.49 | 0.43 |
| HSL | 28.73º | 0.32% | 0.43% | - |
| HSV(B) | 28.73º | 0.49% | 0.57% | - |
| XYZ | 18.59 | 17.56 | 9.07 | - |
| YUV | 116.19 | 104.76 | 149.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 109 | 75 | 0 | 0.25 | 0.49 | 0.43 | 28.73 | 0.32 | 0.43 |
| Hex | 92 | 6D | 4B | 0 | 19 | 31 | 2B | 1D | 20 | 2B |
| Octal | 222 | 155 | 113 | 0 | 31 | 61 | 53 | 35 | 40 | 53 |
| Binary | 10010010 | 1101101 | 1001011 | 0 | 11001 | 110001 | 101011 | 11101 | 100000 | 101011 |
Color Harmonies of #926D4B
Complementary color
Monochromatic Colors of #926D4B
Black with #926D4B
Text Example
Text Example
White with #926D4B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926D4B; }
p { color: rgb(146,109,75); }
H1.HeaderClassName
{
color: #926D4B;
}
.AnyTagClassName
{
color: #926D4B;
}
</style>
background-color css
<style>
a { background-color: #926D4B; }
a { background-color: rgb(146,109,75); }
div.DivClassName
{
background-color: #926D4B;
}
.BgClassName
{
background-color: #926D4B;
}
</style>
border-color css
<style>
span { border-color: #926D4B; }
span { border-color: rgb(146,109,75); }
td.TdClassName
{
border-color: #926D4B;
}
.TagClassName
{
border-color: #926D4B;
}
</style>