Shades of Putty #D6AA6A
Tints of Putty #D6AA6A
RGB
CMYK
RGB Variations
Color information
#D6AA6A (or 0xD6AA6A) is known color: Putty. HEX triplet: D6, AA and 6A. RGB value is (214,170,106). Sum of RGB (Red+Green+Blue) = 214+170+106=490 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.67% from 490); Green value is 170 (66.80% from 255 or 34.69% from 490); Blue value is 106 (41.80% from 255 or 21.63% from 490); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AA6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AA6A is #295595. Grayscale: #B0B0B0. Windows color (decimal): -2708886 or 6990550. OLE color: 6990550.
HSL color Cylindrical-coordinate representation of color #D6AA6A: hue angle of 35.56º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D6AA6A is Cyan = 0, Magento = 0.21, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 170 | 106 | - |
| CMYK | 0 | 0.21 | 0.50 | 0.16 |
| HSL | 35.56º | 0.57% | 0.63% | - |
| HSV(B) | 35.56º | 0.5% | 0.84% | - |
| XYZ | 44.71 | 44.09 | 19.79 | - |
| YUV | 175.86 | 88.58 | 155.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 170 | 106 | 0 | 0.21 | 0.50 | 0.16 | 35.56 | 0.57 | 0.63 |
| Hex | D6 | AA | 6A | 0 | 15 | 32 | 10 | 24 | 39 | 3F |
| Octal | 326 | 252 | 152 | 0 | 25 | 62 | 20 | 44 | 71 | 77 |
| Binary | 11010110 | 10101010 | 1101010 | 0 | 10101 | 110010 | 10000 | 100100 | 111001 | 111111 |
Color Harmonies of #D6AA6A
Complementary color
Monochromatic Colors of #D6AA6A
Black with #D6AA6A
Text Example
Text Example
White with #D6AA6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AA6A; }
p { color: rgb(214,170,106); }
H1.HeaderClassName
{
color: #D6AA6A;
}
.AnyTagClassName
{
color: #D6AA6A;
}
</style>
background-color css
<style>
a { background-color: #D6AA6A; }
a { background-color: rgb(214,170,106); }
div.DivClassName
{
background-color: #D6AA6A;
}
.BgClassName
{
background-color: #D6AA6A;
}
</style>
border-color css
<style>
span { border-color: #D6AA6A; }
span { border-color: rgb(214,170,106); }
td.TdClassName
{
border-color: #D6AA6A;
}
.TagClassName
{
border-color: #D6AA6A;
}
</style>