Shades of Putty #C6AD78
Tints of Putty #C6AD78
RGB
CMYK
RGB Variations
Color information
#C6AD78 (or 0xC6AD78) is known color: Putty. HEX triplet: C6, AD and 78. RGB value is (198,173,120). Sum of RGB (Red+Green+Blue) = 198+173+120=491 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.33% from 491); Green value is 173 (67.97% from 255 or 35.23% from 491); Blue value is 120 (47.27% from 255 or 24.44% from 491); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AD78 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6AD78 is #395287. Grayscale: #AEAEAE. Windows color (decimal): -3756680 or 7908806. OLE color: 7908806.
HSL color Cylindrical-coordinate representation of color #C6AD78: hue angle of 40.77º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C6AD78 is Cyan = 0, Magento = 0.13, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 173 | 120 | - |
| CMYK | 0 | 0.13 | 0.39 | 0.22 |
| HSL | 40.77º | 0.41% | 0.62% | - |
| HSV(B) | 40.77º | 0.39% | 0.78% | - |
| XYZ | 41.62 | 43.25 | 23.92 | - |
| YUV | 174.43 | 97.28 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 173 | 120 | 0 | 0.13 | 0.39 | 0.22 | 40.77 | 0.41 | 0.62 |
| Hex | C6 | AD | 78 | 0 | D | 27 | 16 | 29 | 29 | 3E |
| Octal | 306 | 255 | 170 | 0 | 15 | 47 | 26 | 51 | 51 | 76 |
| Binary | 11000110 | 10101101 | 1111000 | 0 | 1101 | 100111 | 10110 | 101001 | 101001 | 111110 |
Color Harmonies of #C6AD78
Complementary color
Monochromatic Colors of #C6AD78
Black with #C6AD78
Text Example
Text Example
White with #C6AD78
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AD78; }
p { color: rgb(198,173,120); }
H1.HeaderClassName
{
color: #C6AD78;
}
.AnyTagClassName
{
color: #C6AD78;
}
</style>
background-color css
<style>
a { background-color: #C6AD78; }
a { background-color: rgb(198,173,120); }
div.DivClassName
{
background-color: #C6AD78;
}
.BgClassName
{
background-color: #C6AD78;
}
</style>
border-color css
<style>
span { border-color: #C6AD78; }
span { border-color: rgb(198,173,120); }
td.TdClassName
{
border-color: #C6AD78;
}
.TagClassName
{
border-color: #C6AD78;
}
</style>