Shades of Putty #D6A46C
Tints of Putty #D6A46C
RGB
CMYK
RGB Variations
Color information
#D6A46C (or 0xD6A46C) is known color: Putty. HEX triplet: D6, A4 and 6C. RGB value is (214,164,108). Sum of RGB (Red+Green+Blue) = 214+164+108=486 (64% of max value = 765). Red value is 214 (83.98% from 255 or 44.03% from 486); Green value is 164 (64.45% from 255 or 33.74% from 486); Blue value is 108 (42.58% from 255 or 22.22% from 486); Max value from RGB is 214 - color contains mainly: red. Hex color #D6A46C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D6A46C is #295B93. Grayscale: #ACACAC. Windows color (decimal): -2710420 or 7120086. OLE color: 7120086.
HSL color Cylindrical-coordinate representation of color #D6A46C: hue angle of 31.7º degrees, saturation: 0.56, 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 #D6A46C is Cyan = 0, Magento = 0.23, Yellow = 0.50 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 164 | 108 | - |
| CMYK | 0 | 0.23 | 0.50 | 0.16 |
| HSL | 31.7º | 0.56% | 0.63% | - |
| HSV(B) | 31.7º | 0.5% | 0.84% | - |
| XYZ | 43.71 | 41.93 | 19.98 | - |
| YUV | 172.57 | 91.57 | 157.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 164 | 108 | 0 | 0.23 | 0.50 | 0.16 | 31.7 | 0.56 | 0.63 |
| Hex | D6 | A4 | 6C | 0 | 17 | 32 | 10 | 20 | 38 | 3F |
| Octal | 326 | 244 | 154 | 0 | 27 | 62 | 20 | 40 | 70 | 77 |
| Binary | 11010110 | 10100100 | 1101100 | 0 | 10111 | 110010 | 10000 | 100000 | 111000 | 111111 |
Color Harmonies of #D6A46C
Complementary color
Monochromatic Colors of #D6A46C
Black with #D6A46C
Text Example
Text Example
White with #D6A46C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6A46C; }
p { color: rgb(214,164,108); }
H1.HeaderClassName
{
color: #D6A46C;
}
.AnyTagClassName
{
color: #D6A46C;
}
</style>
background-color css
<style>
a { background-color: #D6A46C; }
a { background-color: rgb(214,164,108); }
div.DivClassName
{
background-color: #D6A46C;
}
.BgClassName
{
background-color: #D6A46C;
}
</style>
border-color css
<style>
span { border-color: #D6A46C; }
span { border-color: rgb(214,164,108); }
td.TdClassName
{
border-color: #D6A46C;
}
.TagClassName
{
border-color: #D6A46C;
}
</style>