Shades of Finch #6C6D60
Tints of Finch #6C6D60
RGB
CMYK
RGB Variations
Color information
#6C6D60 (or 0x6C6D60) is known color: Finch. HEX triplet: 6C, 6D and 60. RGB value is (108,109,96). Sum of RGB (Red+Green+Blue) = 108+109+96=313 (41% of max value = 765). Red value is 108 (42.58% from 255 or 34.50% from 313); Green value is 109 (42.97% from 255 or 34.82% from 313); Blue value is 96 (37.89% from 255 or 30.67% from 313); Max value from RGB is 109 - color contains mainly: green. Hex color #6C6D60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C6D60 is #93929F. Grayscale: #6B6B6B. Windows color (decimal): -9671328 or 6319468. OLE color: 6319468.
HSL color Cylindrical-coordinate representation of color #6C6D60: hue angle of 64.62º degrees, saturation: 0.06, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #6C6D60 is Cyan = 0.01, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 108 | 109 | 96 | - |
| CMYK | 0.01 | 0 | 0.12 | 0.57 |
| HSL | 64.62º | 0.06% | 0.4% | - |
| HSV(B) | 64.62º | 0.12% | 0.43% | - |
| XYZ | 13.76 | 14.97 | 13.23 | - |
| YUV | 107.22 | 121.67 | 128.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 109 | 96 | 0.01 | 0 | 0.12 | 0.57 | 64.62 | 0.06 | 0.4 |
| Hex | 6C | 6D | 60 | 1 | 0 | C | 39 | 41 | 6 | 28 |
| Octal | 154 | 155 | 140 | 1 | 0 | 14 | 71 | 101 | 6 | 50 |
| Binary | 1101100 | 1101101 | 1100000 | 1 | 0 | 1100 | 111001 | 1000001 | 110 | 101000 |
Color Harmonies of #6C6D60
Complementary color
Monochromatic Colors of #6C6D60
Black with #6C6D60
Text Example
Text Example
White with #6C6D60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C6D60; }
p { color: rgb(108,109,96); }
H1.HeaderClassName
{
color: #6C6D60;
}
.AnyTagClassName
{
color: #6C6D60;
}
</style>
background-color css
<style>
a { background-color: #6C6D60; }
a { background-color: rgb(108,109,96); }
div.DivClassName
{
background-color: #6C6D60;
}
.BgClassName
{
background-color: #6C6D60;
}
</style>
border-color css
<style>
span { border-color: #6C6D60; }
span { border-color: rgb(108,109,96); }
td.TdClassName
{
border-color: #6C6D60;
}
.TagClassName
{
border-color: #6C6D60;
}
</style>