Shades of Dark Tan #926B47
Tints of Dark Tan #926B47
RGB
CMYK
RGB Variations
Color information
#926B47 (or 0x926B47) is known color: Dark Tan. HEX triplet: 92, 6B and 47. RGB value is (146,107,71). Sum of RGB (Red+Green+Blue) = 146+107+71=324 (42% of max value = 765). Red value is 146 (57.42% from 255 or 45.06% from 324); Green value is 107 (42.19% from 255 or 33.02% from 324); Blue value is 71 (28.12% from 255 or 21.91% from 324); Max value from RGB is 146 - color contains mainly: red. Hex color #926B47 is not a web safe color. Web safe color analog (approx): #996633. Inversed color of #926B47 is #6D94B8. Grayscale: #727272. Windows color (decimal): -7181497 or 4680594. OLE color: 4680594.
HSL color Cylindrical-coordinate representation of color #926B47: hue angle of 28.8º degrees, saturation: 0.35, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #926B47 is Cyan = 0, Magento = 0.27, Yellow = 0.51 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 146 | 107 | 71 | - |
| CMYK | 0 | 0.27 | 0.51 | 0.43 |
| HSL | 28.8º | 0.35% | 0.43% | - |
| HSV(B) | 28.8º | 0.51% | 0.57% | - |
| XYZ | 18.25 | 17.08 | 8.3 | - |
| YUV | 114.56 | 103.42 | 150.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 107 | 71 | 0 | 0.27 | 0.51 | 0.43 | 28.8 | 0.35 | 0.43 |
| Hex | 92 | 6B | 47 | 0 | 1B | 33 | 2B | 1D | 23 | 2B |
| Octal | 222 | 153 | 107 | 0 | 33 | 63 | 53 | 35 | 43 | 53 |
| Binary | 10010010 | 1101011 | 1000111 | 0 | 11011 | 110011 | 101011 | 11101 | 100011 | 101011 |
Color Harmonies of #926B47
Complementary color
Monochromatic Colors of #926B47
Black with #926B47
Text Example
Text Example
White with #926B47
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #926B47; }
p { color: rgb(146,107,71); }
H1.HeaderClassName
{
color: #926B47;
}
.AnyTagClassName
{
color: #926B47;
}
</style>
background-color css
<style>
a { background-color: #926B47; }
a { background-color: rgb(146,107,71); }
div.DivClassName
{
background-color: #926B47;
}
.BgClassName
{
background-color: #926B47;
}
</style>
border-color css
<style>
span { border-color: #926B47; }
span { border-color: rgb(146,107,71); }
td.TdClassName
{
border-color: #926B47;
}
.TagClassName
{
border-color: #926B47;
}
</style>