Shades of Putty #C6AA6E
Tints of Putty #C6AA6E
RGB
CMYK
RGB Variations
Color information
#C6AA6E (or 0xC6AA6E) is known color: Putty. HEX triplet: C6, AA and 6E. RGB value is (198,170,110). Sum of RGB (Red+Green+Blue) = 198+170+110=478 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.42% from 478); Green value is 170 (66.80% from 255 or 35.56% from 478); Blue value is 110 (43.36% from 255 or 23.01% from 478); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AA6E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6AA6E is #395591. Grayscale: #ABABAB. Windows color (decimal): -3757458 or 7252678. OLE color: 7252678.
HSL color Cylindrical-coordinate representation of color #C6AA6E: hue angle of 40.91º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #C6AA6E is Cyan = 0, Magento = 0.14, Yellow = 0.44 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 170 | 110 | - |
| CMYK | 0 | 0.14 | 0.44 | 0.22 |
| HSL | 40.91º | 0.44% | 0.6% | - |
| HSV(B) | 40.91º | 0.44% | 0.78% | - |
| XYZ | 40.48 | 41.88 | 20.7 | - |
| YUV | 171.53 | 93.28 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 170 | 110 | 0 | 0.14 | 0.44 | 0.22 | 40.91 | 0.44 | 0.6 |
| Hex | C6 | AA | 6E | 0 | E | 2C | 16 | 29 | 2C | 3C |
| Octal | 306 | 252 | 156 | 0 | 16 | 54 | 26 | 51 | 54 | 74 |
| Binary | 11000110 | 10101010 | 1101110 | 0 | 1110 | 101100 | 10110 | 101001 | 101100 | 111100 |
Color Harmonies of #C6AA6E
Complementary color
Monochromatic Colors of #C6AA6E
Black with #C6AA6E
Text Example
Text Example
White with #C6AA6E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AA6E; }
p { color: rgb(198,170,110); }
H1.HeaderClassName
{
color: #C6AA6E;
}
.AnyTagClassName
{
color: #C6AA6E;
}
</style>
background-color css
<style>
a { background-color: #C6AA6E; }
a { background-color: rgb(198,170,110); }
div.DivClassName
{
background-color: #C6AA6E;
}
.BgClassName
{
background-color: #C6AA6E;
}
</style>
border-color css
<style>
span { border-color: #C6AA6E; }
span { border-color: rgb(198,170,110); }
td.TdClassName
{
border-color: #C6AA6E;
}
.TagClassName
{
border-color: #C6AA6E;
}
</style>