Shades of Finch #6E6F5C
Tints of Finch #6E6F5C
RGB
CMYK
RGB Variations
Color information
#6E6F5C (or 0x6E6F5C) is known color: Finch. HEX triplet: 6E, 6F and 5C. RGB value is (110,111,92). Sum of RGB (Red+Green+Blue) = 110+111+92=313 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.14% from 313); Green value is 111 (43.75% from 255 or 35.46% from 313); Blue value is 92 (36.33% from 255 or 29.39% from 313); Max value from RGB is 111 - color contains mainly: green. Hex color #6E6F5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6F5C is #9190A3. Grayscale: #6C6C6C. Windows color (decimal): -9539748 or 6057838. OLE color: 6057838.
HSL color Cylindrical-coordinate representation of color #6E6F5C: hue angle of 63.16º degrees, saturation: 0.09, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6E6F5C is Cyan = 0.01, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 110 | 111 | 92 | - |
| CMYK | 0.01 | 0 | 0.17 | 0.56 |
| HSL | 63.16º | 0.09% | 0.4% | - |
| HSV(B) | 63.16º | 0.17% | 0.44% | - |
| XYZ | 14.05 | 15.46 | 12.37 | - |
| YUV | 108.54 | 118.67 | 129.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 111 | 92 | 0.01 | 0 | 0.17 | 0.56 | 63.16 | 0.09 | 0.4 |
| Hex | 6E | 6F | 5C | 1 | 0 | 11 | 38 | 3F | 9 | 28 |
| Octal | 156 | 157 | 134 | 1 | 0 | 21 | 70 | 77 | 11 | 50 |
| Binary | 1101110 | 1101111 | 1011100 | 1 | 0 | 10001 | 111000 | 111111 | 1001 | 101000 |
Color Harmonies of #6E6F5C
Complementary color
Monochromatic Colors of #6E6F5C
Black with #6E6F5C
Text Example
Text Example
White with #6E6F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6F5C; }
p { color: rgb(110,111,92); }
H1.HeaderClassName
{
color: #6E6F5C;
}
.AnyTagClassName
{
color: #6E6F5C;
}
</style>
background-color css
<style>
a { background-color: #6E6F5C; }
a { background-color: rgb(110,111,92); }
div.DivClassName
{
background-color: #6E6F5C;
}
.BgClassName
{
background-color: #6E6F5C;
}
</style>
border-color css
<style>
span { border-color: #6E6F5C; }
span { border-color: rgb(110,111,92); }
td.TdClassName
{
border-color: #6E6F5C;
}
.TagClassName
{
border-color: #6E6F5C;
}
</style>