Shades of Putty #D6B576
Tints of Putty #D6B576
RGB
CMYK
RGB Variations
Color information
#D6B576 (or 0xD6B576) is known color: Putty. HEX triplet: D6, B5 and 76. RGB value is (214,181,118). Sum of RGB (Red+Green+Blue) = 214+181+118=513 (67% of max value = 765). Red value is 214 (83.98% from 255 or 41.72% from 513); Green value is 181 (71.09% from 255 or 35.28% from 513); Blue value is 118 (46.48% from 255 or 23.00% from 513); Max value from RGB is 214 - color contains mainly: red. Hex color #D6B576 is not a web safe color. Web safe color analog (approx): #CCCC66. Inversed color of #D6B576 is #294A89. Grayscale: #B7B7B7. Windows color (decimal): -2706058 or 7779798. OLE color: 7779798.
HSL color Cylindrical-coordinate representation of color #D6B576: hue angle of 39.38º 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 #D6B576 is Cyan = 0, Magento = 0.15, Yellow = 0.45 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 214 | 181 | 118 | - |
| CMYK | 0 | 0.15 | 0.45 | 0.16 |
| HSL | 39.38º | 0.54% | 0.65% | - |
| HSV(B) | 39.38º | 0.45% | 0.84% | - |
| XYZ | 47.53 | 48.65 | 24.03 | - |
| YUV | 183.69 | 90.93 | 149.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 214 | 181 | 118 | 0 | 0.15 | 0.45 | 0.16 | 39.38 | 0.54 | 0.65 |
| Hex | D6 | B5 | 76 | 0 | F | 2D | 10 | 27 | 36 | 41 |
| Octal | 326 | 265 | 166 | 0 | 17 | 55 | 20 | 47 | 66 | 101 |
| Binary | 11010110 | 10110101 | 1110110 | 0 | 1111 | 101101 | 10000 | 100111 | 110110 | 1000001 |
Color Harmonies of #D6B576
Complementary color
Monochromatic Colors of #D6B576
Black with #D6B576
Text Example
Text Example
White with #D6B576
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D6B576; }
p { color: rgb(214,181,118); }
H1.HeaderClassName
{
color: #D6B576;
}
.AnyTagClassName
{
color: #D6B576;
}
</style>
background-color css
<style>
a { background-color: #D6B576; }
a { background-color: rgb(214,181,118); }
div.DivClassName
{
background-color: #D6B576;
}
.BgClassName
{
background-color: #D6B576;
}
</style>
border-color css
<style>
span { border-color: #D6B576; }
span { border-color: rgb(214,181,118); }
td.TdClassName
{
border-color: #D6B576;
}
.TagClassName
{
border-color: #D6B576;
}
</style>