Shades of Putty #C6A879
Tints of Putty #C6A879
RGB
CMYK
RGB Variations
Color information
#C6A879 (or 0xC6A879) is known color: Putty. HEX triplet: C6, A8 and 79. RGB value is (198,168,121). Sum of RGB (Red+Green+Blue) = 198+168+121=487 (64% of max value = 765). Red value is 198 (77.73% from 255 or 40.66% from 487); Green value is 168 (66.02% from 255 or 34.50% from 487); Blue value is 121 (47.66% from 255 or 24.85% from 487); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A879 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6A879 is #395786. Grayscale: #ABABAB. Windows color (decimal): -3757959 or 7973062. OLE color: 7973062.
HSL color Cylindrical-coordinate representation of color #C6A879: hue angle of 36.62º 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 #C6A879 is Cyan = 0, Magento = 0.15, Yellow = 0.39 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 168 | 121 | - |
| CMYK | 0 | 0.15 | 0.39 | 0.22 |
| HSL | 36.62º | 0.4% | 0.63% | - |
| HSV(B) | 36.62º | 0.39% | 0.78% | - |
| XYZ | 40.74 | 41.39 | 23.93 | - |
| YUV | 171.61 | 99.44 | 146.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 168 | 121 | 0 | 0.15 | 0.39 | 0.22 | 36.62 | 0.4 | 0.63 |
| Hex | C6 | A8 | 79 | 0 | F | 27 | 16 | 25 | 28 | 3F |
| Octal | 306 | 250 | 171 | 0 | 17 | 47 | 26 | 45 | 50 | 77 |
| Binary | 11000110 | 10101000 | 1111001 | 0 | 1111 | 100111 | 10110 | 100101 | 101000 | 111111 |
Color Harmonies of #C6A879
Complementary color
Monochromatic Colors of #C6A879
Black with #C6A879
Text Example
Text Example
White with #C6A879
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A879; }
p { color: rgb(198,168,121); }
H1.HeaderClassName
{
color: #C6A879;
}
.AnyTagClassName
{
color: #C6A879;
}
</style>
background-color css
<style>
a { background-color: #C6A879; }
a { background-color: rgb(198,168,121); }
div.DivClassName
{
background-color: #C6A879;
}
.BgClassName
{
background-color: #C6A879;
}
</style>
border-color css
<style>
span { border-color: #C6A879; }
span { border-color: rgb(198,168,121); }
td.TdClassName
{
border-color: #C6A879;
}
.TagClassName
{
border-color: #C6A879;
}
</style>