Shades of Finch #6E725A
Tints of Finch #6E725A
RGB
CMYK
RGB Variations
Color information
#6E725A (or 0x6E725A) is known color: Finch. HEX triplet: 6E, 72 and 5A. RGB value is (110,114,90). Sum of RGB (Red+Green+Blue) = 110+114+90=314 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.03% from 314); Green value is 114 (44.92% from 255 or 36.31% from 314); Blue value is 90 (35.55% from 255 or 28.66% from 314); Max value from RGB is 114 - color contains mainly: green. Hex color #6E725A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E725A is #918DA5. Grayscale: #6E6E6E. Windows color (decimal): -9538982 or 5927534. OLE color: 5927534.
HSL color Cylindrical-coordinate representation of color #6E725A: hue angle of 70º degrees, saturation: 0.12, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6E725A is Cyan = 0.04, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 110 | 114 | 90 | - |
| CMYK | 0.04 | 0 | 0.21 | 0.55 |
| HSL | 70º | 0.12% | 0.4% | - |
| HSV(B) | 70º | 0.21% | 0.45% | - |
| XYZ | 14.29 | 16.09 | 12.02 | - |
| YUV | 110.07 | 116.67 | 127.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 114 | 90 | 0.04 | 0 | 0.21 | 0.55 | 70 | 0.12 | 0.4 |
| Hex | 6E | 72 | 5A | 4 | 0 | 15 | 37 | 46 | C | 28 |
| Octal | 156 | 162 | 132 | 4 | 0 | 25 | 67 | 106 | 14 | 50 |
| Binary | 1101110 | 1110010 | 1011010 | 100 | 0 | 10101 | 110111 | 1000110 | 1100 | 101000 |
Color Harmonies of #6E725A
Complementary color
Monochromatic Colors of #6E725A
Black with #6E725A
Text Example
Text Example
White with #6E725A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E725A; }
p { color: rgb(110,114,90); }
H1.HeaderClassName
{
color: #6E725A;
}
.AnyTagClassName
{
color: #6E725A;
}
</style>
background-color css
<style>
a { background-color: #6E725A; }
a { background-color: rgb(110,114,90); }
div.DivClassName
{
background-color: #6E725A;
}
.BgClassName
{
background-color: #6E725A;
}
</style>
border-color css
<style>
span { border-color: #6E725A; }
span { border-color: rgb(110,114,90); }
td.TdClassName
{
border-color: #6E725A;
}
.TagClassName
{
border-color: #6E725A;
}
</style>