Shades of Putty #C6AB6A
Tints of Putty #C6AB6A
RGB
CMYK
RGB Variations
Color information
#C6AB6A (or 0xC6AB6A) is known color: Putty. HEX triplet: C6, AB and 6A. RGB value is (198,171,106). Sum of RGB (Red+Green+Blue) = 198+171+106=475 (62% of max value = 765). Red value is 198 (77.73% from 255 or 41.68% from 475); Green value is 171 (67.19% from 255 or 36% from 475); Blue value is 106 (41.80% from 255 or 22.32% from 475); Max value from RGB is 198 - color contains mainly: red. Hex color #C6AB6A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C6AB6A is #395495. Grayscale: #ABABAB. Windows color (decimal): -3757206 or 6990790. OLE color: 6990790.
HSL color Cylindrical-coordinate representation of color #C6AB6A: hue angle of 42.39º degrees, saturation: 0.45, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #C6AB6A is Cyan = 0, Magento = 0.14, Yellow = 0.46 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 171 | 106 | - |
| CMYK | 0 | 0.14 | 0.46 | 0.22 |
| HSL | 42.39º | 0.45% | 0.6% | - |
| HSV(B) | 42.39º | 0.46% | 0.78% | - |
| XYZ | 40.45 | 42.17 | 19.64 | - |
| YUV | 171.66 | 90.95 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 171 | 106 | 0 | 0.14 | 0.46 | 0.22 | 42.39 | 0.45 | 0.6 |
| Hex | C6 | AB | 6A | 0 | E | 2E | 16 | 2A | 2D | 3C |
| Octal | 306 | 253 | 152 | 0 | 16 | 56 | 26 | 52 | 55 | 74 |
| Binary | 11000110 | 10101011 | 1101010 | 0 | 1110 | 101110 | 10110 | 101010 | 101101 | 111100 |
Color Harmonies of #C6AB6A
Complementary color
Monochromatic Colors of #C6AB6A
Black with #C6AB6A
Text Example
Text Example
White with #C6AB6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C6AB6A; }
p { color: rgb(198,171,106); }
H1.HeaderClassName
{
color: #C6AB6A;
}
.AnyTagClassName
{
color: #C6AB6A;
}
</style>
background-color css
<style>
a { background-color: #C6AB6A; }
a { background-color: rgb(198,171,106); }
div.DivClassName
{
background-color: #C6AB6A;
}
.BgClassName
{
background-color: #C6AB6A;
}
</style>
border-color css
<style>
span { border-color: #C6AB6A; }
span { border-color: rgb(198,171,106); }
td.TdClassName
{
border-color: #C6AB6A;
}
.TagClassName
{
border-color: #C6AB6A;
}
</style>