Shades of Finch #6E6F5E
Tints of Finch #6E6F5E
RGB
CMYK
RGB Variations
Color information
#6E6F5E (or 0x6E6F5E) is known color: Finch. HEX triplet: 6E, 6F and 5E. RGB value is (110,111,94). Sum of RGB (Red+Green+Blue) = 110+111+94=315 (41% of max value = 765). Red value is 110 (43.36% from 255 or 34.92% from 315); Green value is 111 (43.75% from 255 or 35.24% from 315); Blue value is 94 (37.11% from 255 or 29.84% from 315); Max value from RGB is 111 - color contains mainly: green. Hex color #6E6F5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6F5E is #9190A1. Grayscale: #6C6C6C. Windows color (decimal): -9539746 or 6188910. OLE color: 6188910.
HSL color Cylindrical-coordinate representation of color #6E6F5E: hue angle of 63.53º degrees, saturation: 0.08, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #6E6F5E is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.56.
Color convert
RGB | 110 | 111 | 94 | - |
CMYK | 0.01 | 0 | 0.15 | 0.56 |
HSL | 63.53º | 0.08% | 0.4% | - |
HSV(B) | 63.53º | 0.15% | 0.44% | - |
XYZ | 14.14 | 15.49 | 12.83 | - |
YUV | 108.76 | 119.67 | 128.88 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 110 | 111 | 94 | 0.01 | 0 | 0.15 | 0.56 | 63.53 | 0.08 | 0.4 |
Hex | 6E | 6F | 5E | 1 | 0 | F | 38 | 40 | 8 | 28 |
Octal | 156 | 157 | 136 | 1 | 0 | 17 | 70 | 100 | 10 | 50 |
Binary | 1101110 | 1101111 | 1011110 | 1 | 0 | 1111 | 111000 | 1000000 | 1000 | 101000 |
Color Harmonies of #6E6F5E
Complementary color
Monochromatic Colors of #6E6F5E
Black with #6E6F5E
Text Example
Text Example
White with #6E6F5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6F5E; }
p { color: rgb(110,111,94); }
H1.HeaderClassName
{
color: #6E6F5E;
}
.AnyTagClassName
{
color: #6E6F5E;
}
</style>
background-color css
<style>
a { background-color: #6E6F5E; }
a { background-color: rgb(110,111,94); }
div.DivClassName
{
background-color: #6E6F5E;
}
.BgClassName
{
background-color: #6E6F5E;
}
</style>
border-color css
<style>
span { border-color: #6E6F5E; }
span { border-color: rgb(110,111,94); }
td.TdClassName
{
border-color: #6E6F5E;
}
.TagClassName
{
border-color: #6E6F5E;
}
</style>