Shades of Putty #C6AD72
Tints of Putty #C6AD72
RGB
CMYK
RGB Variations
Color information
#C6AD72 (or 0xC6AD72) is known color: Putty. HEX triplet: C6, AD and 72. RGB value is (198,173,114). Sum of RGB (Red+Green+Blue) = 198+173+114=485 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.82% from 485); Green value is 173 (67.97% from 255 or 35.67% from 485); Blue value is 114 (44.92% from 255 or 23.51% from 485); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AD72 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6AD72 is #39528D. Grayscale: #AEAEAE. Windows color (decimal): -3756686 or 7515590. OLE color: 7515590.
HSL color Cylindrical-coordinate representation of color #C6AD72: hue angle of 42.14º degrees, saturation: 0.42, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #C6AD72 is Cyan = 0, Magento = 0.13, Yellow = 0.42 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 173 | 114 | - |
| CMYK | 0 | 0.13 | 0.42 | 0.22 |
| HSL | 42.14º | 0.42% | 0.61% | - |
| HSV(B) | 42.14º | 0.42% | 0.78% | - |
| XYZ | 41.27 | 43.11 | 22.07 | - |
| YUV | 173.75 | 94.28 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 173 | 114 | 0 | 0.13 | 0.42 | 0.22 | 42.14 | 0.42 | 0.61 |
| Hex | C6 | AD | 72 | 0 | D | 2A | 16 | 2A | 2A | 3D |
| Octal | 306 | 255 | 162 | 0 | 15 | 52 | 26 | 52 | 52 | 75 |
| Binary | 11000110 | 10101101 | 1110010 | 0 | 1101 | 101010 | 10110 | 101010 | 101010 | 111101 |
Color Harmonies of #C6AD72
Complementary color
Monochromatic Colors of #C6AD72
Black with #C6AD72
Text Example
Text Example
White with #C6AD72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AD72; }
p { color: rgb(198,173,114); }
H1.HeaderClassName
{
color: #C6AD72;
}
.AnyTagClassName
{
color: #C6AD72;
}
</style>
background-color css
<style>
a { background-color: #C6AD72; }
a { background-color: rgb(198,173,114); }
div.DivClassName
{
background-color: #C6AD72;
}
.BgClassName
{
background-color: #C6AD72;
}
</style>
border-color css
<style>
span { border-color: #C6AD72; }
span { border-color: rgb(198,173,114); }
td.TdClassName
{
border-color: #C6AD72;
}
.TagClassName
{
border-color: #C6AD72;
}
</style>