Shades of Putty #C6AE76
Tints of Putty #C6AE76
RGB
CMYK
RGB Variations
Color information
#C6AE76 (or 0xC6AE76) is known color: Putty. HEX triplet: C6, AE and 76. RGB value is (198,174,118). Sum of RGB (Red+Green+Blue) = 198+174+118=490 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.41% from 490); Green value is 174 (68.36% from 255 or 35.51% from 490); Blue value is 118 (46.48% from 255 or 24.08% from 490); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AE76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6AE76 is #395189. Grayscale: #AFAFAF. Windows color (decimal): -3756426 or 7777990. OLE color: 7777990.
HSL color Cylindrical-coordinate representation of color #C6AE76: hue angle of 42º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C6AE76 is Cyan = 0, Magento = 0.12, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 174 | 118 | - |
| CMYK | 0 | 0.12 | 0.40 | 0.22 |
| HSL | 42º | 0.41% | 0.62% | - |
| HSV(B) | 42º | 0.4% | 0.78% | - |
| XYZ | 41.69 | 43.59 | 23.35 | - |
| YUV | 174.79 | 95.95 | 144.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 174 | 118 | 0 | 0.12 | 0.40 | 0.22 | 42 | 0.41 | 0.62 |
| Hex | C6 | AE | 76 | 0 | C | 28 | 16 | 2A | 29 | 3E |
| Octal | 306 | 256 | 166 | 0 | 14 | 50 | 26 | 52 | 51 | 76 |
| Binary | 11000110 | 10101110 | 1110110 | 0 | 1100 | 101000 | 10110 | 101010 | 101001 | 111110 |
Color Harmonies of #C6AE76
Complementary color
Monochromatic Colors of #C6AE76
Black with #C6AE76
Text Example
Text Example
White with #C6AE76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AE76; }
p { color: rgb(198,174,118); }
H1.HeaderClassName
{
color: #C6AE76;
}
.AnyTagClassName
{
color: #C6AE76;
}
</style>
background-color css
<style>
a { background-color: #C6AE76; }
a { background-color: rgb(198,174,118); }
div.DivClassName
{
background-color: #C6AE76;
}
.BgClassName
{
background-color: #C6AE76;
}
</style>
border-color css
<style>
span { border-color: #C6AE76; }
span { border-color: rgb(198,174,118); }
td.TdClassName
{
border-color: #C6AE76;
}
.TagClassName
{
border-color: #C6AE76;
}
</style>