Shades of Finch #6E725C
Tints of Finch #6E725C
RGB
CMYK
RGB Variations
Color information
#6E725C (or 0x6E725C) is known color: Finch. HEX triplet: 6E, 72 and 5C. RGB value is (110,114,92). Sum of RGB (Red+Green+Blue) = 110+114+92=316 (41% of max value = 765). Red value is 110 (43.36% from 255 or 34.81% from 316); Green value is 114 (44.92% from 255 or 36.08% from 316); Blue value is 92 (36.33% from 255 or 29.11% from 316); Max value from RGB is 114 - color contains mainly: green. Hex color #6E725C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E725C is #918DA3. Grayscale: #6E6E6E. Windows color (decimal): -9538980 or 6058606. OLE color: 6058606.
HSL color Cylindrical-coordinate representation of color #6E725C: hue angle of 70.91º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6E725C is Cyan = 0.04, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 110 | 114 | 92 | - |
| CMYK | 0.04 | 0 | 0.19 | 0.55 |
| HSL | 70.91º | 0.11% | 0.4% | - |
| HSV(B) | 70.91º | 0.19% | 0.45% | - |
| XYZ | 14.38 | 16.12 | 12.48 | - |
| YUV | 110.3 | 117.67 | 127.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 114 | 92 | 0.04 | 0 | 0.19 | 0.55 | 70.91 | 0.11 | 0.4 |
| Hex | 6E | 72 | 5C | 4 | 0 | 13 | 37 | 47 | B | 28 |
| Octal | 156 | 162 | 134 | 4 | 0 | 23 | 67 | 107 | 13 | 50 |
| Binary | 1101110 | 1110010 | 1011100 | 100 | 0 | 10011 | 110111 | 1000111 | 1011 | 101000 |
Color Harmonies of #6E725C
Complementary color
Monochromatic Colors of #6E725C
Black with #6E725C
Text Example
Text Example
White with #6E725C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E725C; }
p { color: rgb(110,114,92); }
H1.HeaderClassName
{
color: #6E725C;
}
.AnyTagClassName
{
color: #6E725C;
}
</style>
background-color css
<style>
a { background-color: #6E725C; }
a { background-color: rgb(110,114,92); }
div.DivClassName
{
background-color: #6E725C;
}
.BgClassName
{
background-color: #6E725C;
}
</style>
border-color css
<style>
span { border-color: #6E725C; }
span { border-color: rgb(110,114,92); }
td.TdClassName
{
border-color: #6E725C;
}
.TagClassName
{
border-color: #6E725C;
}
</style>