Shades of Tumbleweed #D6A68C
Tints of Tumbleweed #D6A68C
RGB
CMYK
RGB Variations
Color information
#D6A68C (or 0xD6A68C) is known color: Tumbleweed. HEX triplet: D6, A6 and 8C. RGB value is (214,166,140). Sum of RGB (Red+Green+Blue) = 214+166+140=520 (68% of max value = 765). Red value is 214 (83.98% from 255 or 41.15% from 520); Green value is 166 (65.23% from 255 or 31.92% from 520); Blue value is 140 (55.08% from 255 or 26.92% from 520); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A68C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D6A68C is #295973. Grayscale: #B1B1B1. Windows color (decimal): -2709876 or 9217750. OLE color: 9217750.
HSL color Cylindrical-coordinate representation of color #D6A68C: hue angle of 21.08º degrees, saturation: 0.47, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D6A68C is Cyan = 0, Magento = 0.22, Yellow = 0.35 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 166 | 140 | - |
| CMYK | 0 | 0.22 | 0.35 | 0.16 |
| HSL | 21.08º | 0.47% | 0.69% | - |
| HSV(B) | 21.08º | 0.35% | 0.84% | - |
| XYZ | 46.1 | 43.46 | 30.77 | - |
| YUV | 177.39 | 106.9 | 154.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 166 | 140 | 0 | 0.22 | 0.35 | 0.16 | 21.08 | 0.47 | 0.69 |
| Hex | D6 | A6 | 8C | 0 | 16 | 23 | 10 | 15 | 2F | 45 |
| Octal | 326 | 246 | 214 | 0 | 26 | 43 | 20 | 25 | 57 | 105 |
| Binary | 11010110 | 10100110 | 10001100 | 0 | 10110 | 100011 | 10000 | 10101 | 101111 | 1000101 |
Color Harmonies of #D6A68C
Complementary color
Monochromatic Colors of #D6A68C
Black with #D6A68C
Text Example
Text Example
White with #D6A68C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A68C; }
p { color: rgb(214,166,140); }
H1.HeaderClassName
{
color: #D6A68C;
}
.AnyTagClassName
{
color: #D6A68C;
}
</style>
background-color css
<style>
a { background-color: #D6A68C; }
a { background-color: rgb(214,166,140); }
div.DivClassName
{
background-color: #D6A68C;
}
.BgClassName
{
background-color: #D6A68C;
}
</style>
border-color css
<style>
span { border-color: #D6A68C; }
span { border-color: rgb(214,166,140); }
td.TdClassName
{
border-color: #D6A68C;
}
.TagClassName
{
border-color: #D6A68C;
}
</style>