Shades of Finch #6F7155
Tints of Finch #6F7155
RGB
CMYK
RGB Variations
Color information
#6F7155 (or 0x6F7155) is known color: Finch. HEX triplet: 6F, 71 and 55. RGB value is (111,113,85). Sum of RGB (Red+Green+Blue) = 111+113+85=309 (40% of max value = 765). Red value is 111 (43.75% from 255 or 35.92% from 309); Green value is 113 (44.53% from 255 or 36.57% from 309); Blue value is 85 (33.59% from 255 or 27.51% from 309); Max value from RGB is 113 - color contains mainly: green. Hex color #6F7155 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7155 is #908EAA. Grayscale: #6D6D6D. Windows color (decimal): -9473707 or 5599599. OLE color: 5599599.
HSL color Cylindrical-coordinate representation of color #6F7155: hue angle of 64.29º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6F7155 is Cyan = 0.02, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 113 | 85 | - |
| CMYK | 0.02 | 0 | 0.25 | 0.56 |
| HSL | 64.29º | 0.14% | 0.39% | - |
| HSV(B) | 64.29º | 0.25% | 0.44% | - |
| XYZ | 14.1 | 15.85 | 10.91 | - |
| YUV | 109.21 | 114.34 | 129.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 113 | 85 | 0.02 | 0 | 0.25 | 0.56 | 64.29 | 0.14 | 0.39 |
| Hex | 6F | 71 | 55 | 2 | 0 | 19 | 38 | 40 | E | 27 |
| Octal | 157 | 161 | 125 | 2 | 0 | 31 | 70 | 100 | 16 | 47 |
| Binary | 1101111 | 1110001 | 1010101 | 10 | 0 | 11001 | 111000 | 1000000 | 1110 | 100111 |
Color Harmonies of #6F7155
Complementary color
Monochromatic Colors of #6F7155
Black with #6F7155
Text Example
Text Example
White with #6F7155
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7155; }
p { color: rgb(111,113,85); }
H1.HeaderClassName
{
color: #6F7155;
}
.AnyTagClassName
{
color: #6F7155;
}
</style>
background-color css
<style>
a { background-color: #6F7155; }
a { background-color: rgb(111,113,85); }
div.DivClassName
{
background-color: #6F7155;
}
.BgClassName
{
background-color: #6F7155;
}
</style>
border-color css
<style>
span { border-color: #6F7155; }
span { border-color: rgb(111,113,85); }
td.TdClassName
{
border-color: #6F7155;
}
.TagClassName
{
border-color: #6F7155;
}
</style>