Shades of Putty #D6AB6E
Tints of Putty #D6AB6E
RGB
CMYK
RGB Variations
Color information
#D6AB6E (or 0xD6AB6E) is known color: Putty. HEX triplet: D6, AB and 6E. RGB value is (214,171,110). Sum of RGB (Red+Green+Blue) = 214+171+110=495 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.23% from 495); Green value is 171 (67.19% from 255 or 34.55% from 495); Blue value is 110 (43.36% from 255 or 22.22% from 495); Max value from RGB is 214 - color contains mainly: red. Hex color #D6AB6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6AB6E is #295491. Grayscale: #B1B1B1. Windows color (decimal): -2708626 or 7252950. OLE color: 7252950.
HSL color Cylindrical-coordinate representation of color #D6AB6E: hue angle of 35.19º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D6AB6E is Cyan = 0, Magento = 0.20, Yellow = 0.49 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 171 | 110 | - |
| CMYK | 0 | 0.20 | 0.49 | 0.16 |
| HSL | 35.19º | 0.56% | 0.64% | - |
| HSV(B) | 35.19º | 0.49% | 0.84% | - |
| XYZ | 45.11 | 44.55 | 20.97 | - |
| YUV | 176.9 | 90.25 | 154.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 171 | 110 | 0 | 0.20 | 0.49 | 0.16 | 35.19 | 0.56 | 0.64 |
| Hex | D6 | AB | 6E | 0 | 14 | 31 | 10 | 23 | 38 | 40 |
| Octal | 326 | 253 | 156 | 0 | 24 | 61 | 20 | 43 | 70 | 100 |
| Binary | 11010110 | 10101011 | 1101110 | 0 | 10100 | 110001 | 10000 | 100011 | 111000 | 1000000 |
Color Harmonies of #D6AB6E
Complementary color
Monochromatic Colors of #D6AB6E
Black with #D6AB6E
Text Example
Text Example
White with #D6AB6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6AB6E; }
p { color: rgb(214,171,110); }
H1.HeaderClassName
{
color: #D6AB6E;
}
.AnyTagClassName
{
color: #D6AB6E;
}
</style>
background-color css
<style>
a { background-color: #D6AB6E; }
a { background-color: rgb(214,171,110); }
div.DivClassName
{
background-color: #D6AB6E;
}
.BgClassName
{
background-color: #D6AB6E;
}
</style>
border-color css
<style>
span { border-color: #D6AB6E; }
span { border-color: rgb(214,171,110); }
td.TdClassName
{
border-color: #D6AB6E;
}
.TagClassName
{
border-color: #D6AB6E;
}
</style>