Shades of Putty #C6A979
Tints of Putty #C6A979
RGB
CMYK
RGB Variations
Color information
#C6A979 (or 0xC6A979) is known color: Putty. HEX triplet: C6, A9 and 79. RGB value is (198,169,121). Sum of RGB (Red+Green+Blue) = 198+169+121=488 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.57% from 488); Green value is 169 (66.41% from 255 or 34.63% from 488); Blue value is 121 (47.66% from 255 or 24.80% from 488); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A979 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6A979 is #395686. Grayscale: #ACACAC. Windows color (decimal): -3757703 or 7973318. OLE color: 7973318.
HSL color Cylindrical-coordinate representation of color #C6A979: hue angle of 37.4º degrees, saturation: 0.4, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #C6A979 is Cyan = 0, Magento = 0.15, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 169 | 121 | - |
| CMYK | 0 | 0.15 | 0.39 | 0.22 |
| HSL | 37.4º | 0.4% | 0.63% | - |
| HSV(B) | 37.4º | 0.39% | 0.78% | - |
| XYZ | 40.93 | 41.76 | 23.99 | - |
| YUV | 172.2 | 99.11 | 146.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 169 | 121 | 0 | 0.15 | 0.39 | 0.22 | 37.4 | 0.4 | 0.63 |
| Hex | C6 | A9 | 79 | 0 | F | 27 | 16 | 25 | 28 | 3F |
| Octal | 306 | 251 | 171 | 0 | 17 | 47 | 26 | 45 | 50 | 77 |
| Binary | 11000110 | 10101001 | 1111001 | 0 | 1111 | 100111 | 10110 | 100101 | 101000 | 111111 |
Color Harmonies of #C6A979
Complementary color
Monochromatic Colors of #C6A979
Black with #C6A979
Text Example
Text Example
White with #C6A979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A979; }
p { color: rgb(198,169,121); }
H1.HeaderClassName
{
color: #C6A979;
}
.AnyTagClassName
{
color: #C6A979;
}
</style>
background-color css
<style>
a { background-color: #C6A979; }
a { background-color: rgb(198,169,121); }
div.DivClassName
{
background-color: #C6A979;
}
.BgClassName
{
background-color: #C6A979;
}
</style>
border-color css
<style>
span { border-color: #C6A979; }
span { border-color: rgb(198,169,121); }
td.TdClassName
{
border-color: #C6A979;
}
.TagClassName
{
border-color: #C6A979;
}
</style>