Shades of Feldspar #C68D77
Tints of Feldspar #C68D77
RGB
CMYK
RGB Variations
Color information
#C68D77 (or 0xC68D77) is known color: Feldspar. HEX triplet: C6, 8D and 77. RGB value is (198,141,119). Sum of RGB (Red+Green+Blue) = 198+141+119=458 (60% of max value = 765). Red value is 198 (77.73% from 255 or 43.23% from 458); Green value is 141 (55.47% from 255 or 30.79% from 458); Blue value is 119 (46.88% from 255 or 25.98% from 458); Max value from RGB is 198 - color contains mainly: red. Hex color #C68D77 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C68D77 is #397288. Grayscale: #9B9B9B. Windows color (decimal): -3764873 or 7835078. OLE color: 7835078.
HSL color Cylindrical-coordinate representation of color #C68D77: hue angle of 16.71º degrees, saturation: 0.41, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #C68D77 is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 198 | 141 | 119 | - |
| CMYK | 0 | 0.29 | 0.40 | 0.22 |
| HSL | 16.71º | 0.41% | 0.62% | - |
| HSV(B) | 16.71º | 0.4% | 0.78% | - |
| XYZ | 36.14 | 32.39 | 21.8 | - |
| YUV | 155.54 | 107.38 | 158.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 198 | 141 | 119 | 0 | 0.29 | 0.40 | 0.22 | 16.71 | 0.41 | 0.62 |
| Hex | C6 | 8D | 77 | 0 | 1D | 28 | 16 | 11 | 29 | 3E |
| Octal | 306 | 215 | 167 | 0 | 35 | 50 | 26 | 21 | 51 | 76 |
| Binary | 11000110 | 10001101 | 1110111 | 0 | 11101 | 101000 | 10110 | 10001 | 101001 | 111110 |
Color Harmonies of #C68D77
Complementary color
Monochromatic Colors of #C68D77
Black with #C68D77
Text Example
Text Example
White with #C68D77
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #C68D77; }
p { color: rgb(198,141,119); }
H1.HeaderClassName
{
color: #C68D77;
}
.AnyTagClassName
{
color: #C68D77;
}
</style>
background-color css
<style>
a { background-color: #C68D77; }
a { background-color: rgb(198,141,119); }
div.DivClassName
{
background-color: #C68D77;
}
.BgClassName
{
background-color: #C68D77;
}
</style>
border-color css
<style>
span { border-color: #C68D77; }
span { border-color: rgb(198,141,119); }
td.TdClassName
{
border-color: #C68D77;
}
.TagClassName
{
border-color: #C68D77;
}
</style>