Shades of Finch #6E725F
Tints of Finch #6E725F
RGB
CMYK
RGB Variations
Color information
#6E725F (or 0x6E725F) is known color: Finch. HEX triplet: 6E, 72 and 5F. RGB value is (110,114,95). Sum of RGB (Red+Green+Blue) = 110+114+95=319 (42% of max value = 765). Red value is 110 (43.36% from 255 or 34.48% from 319); Green value is 114 (44.92% from 255 or 35.74% from 319); Blue value is 95 (37.5% from 255 or 29.78% from 319); Max value from RGB is 114 - color contains mainly: green. Hex color #6E725F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E725F is #918DA0. Grayscale: #6E6E6E. Windows color (decimal): -9538977 or 6255214. OLE color: 6255214.
HSL color Cylindrical-coordinate representation of color #6E725F: hue angle of 72.63º degrees, saturation: 0.09, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6E725F is Cyan = 0.04, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 110 | 114 | 95 | - |
| CMYK | 0.04 | 0 | 0.17 | 0.55 |
| HSL | 72.63º | 0.09% | 0.41% | - |
| HSV(B) | 72.63º | 0.17% | 0.45% | - |
| XYZ | 14.51 | 16.18 | 13.18 | - |
| YUV | 110.64 | 119.17 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 114 | 95 | 0.04 | 0 | 0.17 | 0.55 | 72.63 | 0.09 | 0.41 |
| Hex | 6E | 72 | 5F | 4 | 0 | 11 | 37 | 49 | 9 | 29 |
| Octal | 156 | 162 | 137 | 4 | 0 | 21 | 67 | 111 | 11 | 51 |
| Binary | 1101110 | 1110010 | 1011111 | 100 | 0 | 10001 | 110111 | 1001001 | 1001 | 101001 |
Color Harmonies of #6E725F
Complementary color
Monochromatic Colors of #6E725F
Black with #6E725F
Text Example
Text Example
White with #6E725F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E725F; }
p { color: rgb(110,114,95); }
H1.HeaderClassName
{
color: #6E725F;
}
.AnyTagClassName
{
color: #6E725F;
}
</style>
background-color css
<style>
a { background-color: #6E725F; }
a { background-color: rgb(110,114,95); }
div.DivClassName
{
background-color: #6E725F;
}
.BgClassName
{
background-color: #6E725F;
}
</style>
border-color css
<style>
span { border-color: #6E725F; }
span { border-color: rgb(110,114,95); }
td.TdClassName
{
border-color: #6E725F;
}
.TagClassName
{
border-color: #6E725F;
}
</style>