Shades of Tumbleweed #D6A675
Tints of Tumbleweed #D6A675
RGB
CMYK
RGB Variations
Color information
#D6A675 (or 0xD6A675) is known color: Tumbleweed. HEX triplet: D6, A6 and 75. RGB value is (214,166,117). Sum of RGB (Red+Green+Blue) = 214+166+117=497 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.06% from 497); Green value is 166 (65.23% from 255 or 33.40% from 497); Blue value is 117 (46.09% from 255 or 23.54% from 497); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A675 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A675 is #29598A. Grayscale: #AFAFAF. Windows color (decimal): -2709899 or 7710422. OLE color: 7710422.
HSL color Cylindrical-coordinate representation of color #D6A675: hue angle of 30.31º degrees, saturation: 0.54, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D6A675 is Cyan = 0, Magento = 0.22, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 166 | 117 | - |
| CMYK | 0 | 0.22 | 0.45 | 0.16 |
| HSL | 30.31º | 0.54% | 0.65% | - |
| HSV(B) | 30.31º | 0.45% | 0.84% | - |
| XYZ | 44.58 | 42.85 | 22.75 | - |
| YUV | 174.77 | 95.4 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 166 | 117 | 0 | 0.22 | 0.45 | 0.16 | 30.31 | 0.54 | 0.65 |
| Hex | D6 | A6 | 75 | 0 | 16 | 2D | 10 | 1E | 36 | 41 |
| Octal | 326 | 246 | 165 | 0 | 26 | 55 | 20 | 36 | 66 | 101 |
| Binary | 11010110 | 10100110 | 1110101 | 0 | 10110 | 101101 | 10000 | 11110 | 110110 | 1000001 |
Color Harmonies of #D6A675
Complementary color
Monochromatic Colors of #D6A675
Black with #D6A675
Text Example
Text Example
White with #D6A675
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A675; }
p { color: rgb(214,166,117); }
H1.HeaderClassName
{
color: #D6A675;
}
.AnyTagClassName
{
color: #D6A675;
}
</style>
background-color css
<style>
a { background-color: #D6A675; }
a { background-color: rgb(214,166,117); }
div.DivClassName
{
background-color: #D6A675;
}
.BgClassName
{
background-color: #D6A675;
}
</style>
border-color css
<style>
span { border-color: #D6A675; }
span { border-color: rgb(214,166,117); }
td.TdClassName
{
border-color: #D6A675;
}
.TagClassName
{
border-color: #D6A675;
}
</style>