Shades of Finch #6E725B
Tints of Finch #6E725B
RGB
CMYK
RGB Variations
Color information
#6E725B (or 0x6E725B) is known color: Finch. HEX triplet: 6E, 72 and 5B. RGB value is (110,114,91). Sum of RGB (Red+Green+Blue) = 110+114+91=315 (41% of max value = 765). Red value is 110 (43.36% from 255 or 34.92% from 315); Green value is 114 (44.92% from 255 or 36.19% from 315); Blue value is 91 (35.94% from 255 or 28.89% from 315); Max value from RGB is 114 - color contains mainly: green. Hex color #6E725B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E725B is #918DA4. Grayscale: #6E6E6E. Windows color (decimal): -9538981 or 5993070. OLE color: 5993070.
HSL color Cylindrical-coordinate representation of color #6E725B: hue angle of 70.43º degrees, saturation: 0.11, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6E725B is Cyan = 0.04, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 110 | 114 | 91 | - |
| CMYK | 0.04 | 0 | 0.20 | 0.55 |
| HSL | 70.43º | 0.11% | 0.4% | - |
| HSV(B) | 70.43º | 0.2% | 0.45% | - |
| XYZ | 14.34 | 16.1 | 12.25 | - |
| YUV | 110.18 | 117.17 | 127.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 114 | 91 | 0.04 | 0 | 0.20 | 0.55 | 70.43 | 0.11 | 0.4 |
| Hex | 6E | 72 | 5B | 4 | 0 | 14 | 37 | 46 | B | 28 |
| Octal | 156 | 162 | 133 | 4 | 0 | 24 | 67 | 106 | 13 | 50 |
| Binary | 1101110 | 1110010 | 1011011 | 100 | 0 | 10100 | 110111 | 1000110 | 1011 | 101000 |
Color Harmonies of #6E725B
Complementary color
Monochromatic Colors of #6E725B
Black with #6E725B
Text Example
Text Example
White with #6E725B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E725B; }
p { color: rgb(110,114,91); }
H1.HeaderClassName
{
color: #6E725B;
}
.AnyTagClassName
{
color: #6E725B;
}
</style>
background-color css
<style>
a { background-color: #6E725B; }
a { background-color: rgb(110,114,91); }
div.DivClassName
{
background-color: #6E725B;
}
.BgClassName
{
background-color: #6E725B;
}
</style>
border-color css
<style>
span { border-color: #6E725B; }
span { border-color: rgb(110,114,91); }
td.TdClassName
{
border-color: #6E725B;
}
.TagClassName
{
border-color: #6E725B;
}
</style>