Shades of Putty #C6AE74
Tints of Putty #C6AE74
RGB
CMYK
RGB Variations
Color information
#C6AE74 (or 0xC6AE74) is known color: Putty. HEX triplet: C6, AE and 74. RGB value is (198,174,116). Sum of RGB (Red+Green+Blue) = 198+174+116=488 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.57% from 488); Green value is 174 (68.36% from 255 or 35.66% from 488); Blue value is 116 (45.70% from 255 or 23.77% from 488); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AE74 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6AE74 is #39518B. Grayscale: #AEAEAE. Windows color (decimal): -3756428 or 7646918. OLE color: 7646918.
HSL color Cylindrical-coordinate representation of color #C6AE74: hue angle of 42.44º degrees, saturation: 0.42, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #C6AE74 is Cyan = 0, Magento = 0.12, Yellow = 0.41 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 174 | 116 | - |
| CMYK | 0 | 0.12 | 0.41 | 0.22 |
| HSL | 42.44º | 0.42% | 0.62% | - |
| HSV(B) | 42.44º | 0.41% | 0.78% | - |
| XYZ | 41.58 | 43.54 | 22.74 | - |
| YUV | 174.56 | 94.95 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 174 | 116 | 0 | 0.12 | 0.41 | 0.22 | 42.44 | 0.42 | 0.62 |
| Hex | C6 | AE | 74 | 0 | C | 29 | 16 | 2A | 2A | 3E |
| Octal | 306 | 256 | 164 | 0 | 14 | 51 | 26 | 52 | 52 | 76 |
| Binary | 11000110 | 10101110 | 1110100 | 0 | 1100 | 101001 | 10110 | 101010 | 101010 | 111110 |
Color Harmonies of #C6AE74
Complementary color
Monochromatic Colors of #C6AE74
Black with #C6AE74
Text Example
Text Example
White with #C6AE74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AE74; }
p { color: rgb(198,174,116); }
H1.HeaderClassName
{
color: #C6AE74;
}
.AnyTagClassName
{
color: #C6AE74;
}
</style>
background-color css
<style>
a { background-color: #C6AE74; }
a { background-color: rgb(198,174,116); }
div.DivClassName
{
background-color: #C6AE74;
}
.BgClassName
{
background-color: #C6AE74;
}
</style>
border-color css
<style>
span { border-color: #C6AE74; }
span { border-color: rgb(198,174,116); }
td.TdClassName
{
border-color: #C6AE74;
}
.TagClassName
{
border-color: #C6AE74;
}
</style>