Shades of Putty #C6A96D
Tints of Putty #C6A96D
RGB
CMYK
RGB Variations
Color information
#C6A96D (or 0xC6A96D) is known color: Putty. HEX triplet: C6, A9 and 6D. RGB value is (198,169,109). Sum of RGB (Red+Green+Blue) = 198+169+109=476 (63% of max value = 765). Red value is 198 (77.73% from 255 or 41.60% from 476); Green value is 169 (66.41% from 255 or 35.50% from 476); Blue value is 109 (42.97% from 255 or 22.90% from 476); Max value from RGB is 198 - color contains mainly: red. Hex color #C6A96D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6A96D is #395692. Grayscale: #ABABAB. Windows color (decimal): -3757715 or 7186886. OLE color: 7186886.
HSL color Cylindrical-coordinate representation of color #C6A96D: hue angle of 40.45º degrees, saturation: 0.44, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C6A96D is Cyan = 0, Magento = 0.15, Yellow = 0.45 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 169 | 109 | - |
| CMYK | 0 | 0.15 | 0.45 | 0.22 |
| HSL | 40.45º | 0.44% | 0.6% | - |
| HSV(B) | 40.45º | 0.45% | 0.78% | - |
| XYZ | 40.24 | 41.49 | 20.35 | - |
| YUV | 170.83 | 93.11 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 169 | 109 | 0 | 0.15 | 0.45 | 0.22 | 40.45 | 0.44 | 0.6 |
| Hex | C6 | A9 | 6D | 0 | F | 2D | 16 | 28 | 2C | 3C |
| Octal | 306 | 251 | 155 | 0 | 17 | 55 | 26 | 50 | 54 | 74 |
| Binary | 11000110 | 10101001 | 1101101 | 0 | 1111 | 101101 | 10110 | 101000 | 101100 | 111100 |
Color Harmonies of #C6A96D
Complementary color
Monochromatic Colors of #C6A96D
Black with #C6A96D
Text Example
Text Example
White with #C6A96D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6A96D; }
p { color: rgb(198,169,109); }
H1.HeaderClassName
{
color: #C6A96D;
}
.AnyTagClassName
{
color: #C6A96D;
}
</style>
background-color css
<style>
a { background-color: #C6A96D; }
a { background-color: rgb(198,169,109); }
div.DivClassName
{
background-color: #C6A96D;
}
.BgClassName
{
background-color: #C6A96D;
}
</style>
border-color css
<style>
span { border-color: #C6A96D; }
span { border-color: rgb(198,169,109); }
td.TdClassName
{
border-color: #C6A96D;
}
.TagClassName
{
border-color: #C6A96D;
}
</style>