Shades of Putty #C6A97C
Tints of Putty #C6A97C
RGB
CMYK
RGB Variations
Color information
#C6A97C (or 0xC6A97C) is known color: Putty. HEX triplet: C6, A9 and 7C. RGB value is (198,169,124). Sum of RGB (Red+Green+Blue) = 198+169+124=491 (65% of max value = 765). Red value is 198 (77.73% from 255 or 40.33% from 491); Green value is 169 (66.41% from 255 or 34.42% from 491); Blue value is 124 (48.83% from 255 or 25.25% from 491); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A97C is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6A97C is #395683. Grayscale: #ACACAC. Windows color (decimal): -3757700 or 8169926. OLE color: 8169926.
HSL color Cylindrical-coordinate representation of color #C6A97C: hue angle of 36.49º degrees, saturation: 0.39, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #C6A97C is Cyan = 0, Magento = 0.15, Yellow = 0.37 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 169 | 124 | - |
| CMYK | 0 | 0.15 | 0.37 | 0.22 |
| HSL | 36.49º | 0.39% | 0.63% | - |
| HSV(B) | 36.49º | 0.37% | 0.78% | - |
| XYZ | 41.11 | 41.84 | 24.98 | - |
| YUV | 172.54 | 100.61 | 146.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 169 | 124 | 0 | 0.15 | 0.37 | 0.22 | 36.49 | 0.39 | 0.63 |
| Hex | C6 | A9 | 7C | 0 | F | 25 | 16 | 24 | 27 | 3F |
| Octal | 306 | 251 | 174 | 0 | 17 | 45 | 26 | 44 | 47 | 77 |
| Binary | 11000110 | 10101001 | 1111100 | 0 | 1111 | 100101 | 10110 | 100100 | 100111 | 111111 |
Color Harmonies of #C6A97C
Complementary color
Monochromatic Colors of #C6A97C
Black with #C6A97C
Text Example
Text Example
White with #C6A97C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A97C; }
p { color: rgb(198,169,124); }
H1.HeaderClassName
{
color: #C6A97C;
}
.AnyTagClassName
{
color: #C6A97C;
}
</style>
background-color css
<style>
a { background-color: #C6A97C; }
a { background-color: rgb(198,169,124); }
div.DivClassName
{
background-color: #C6A97C;
}
.BgClassName
{
background-color: #C6A97C;
}
</style>
border-color css
<style>
span { border-color: #C6A97C; }
span { border-color: rgb(198,169,124); }
td.TdClassName
{
border-color: #C6A97C;
}
.TagClassName
{
border-color: #C6A97C;
}
</style>