Shades of Finch #6F7658
Tints of Finch #6F7658
RGB
CMYK
RGB Variations
Color information
#6F7658 (or 0x6F7658) is known color: Finch. HEX triplet: 6F, 76 and 58. RGB value is (111,118,88). Sum of RGB (Red+Green+Blue) = 111+118+88=317 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.02% from 317); Green value is 118 (46.48% from 255 or 37.22% from 317); Blue value is 88 (34.77% from 255 or 27.76% from 317); Max value from RGB is 118 - color contains mainly: green. Hex color #6F7658 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7658 is #9089A7. Grayscale: #707070. Windows color (decimal): -9472424 or 5797487. OLE color: 5797487.
HSL color Cylindrical-coordinate representation of color #6F7658: hue angle of 74º degrees, saturation: 0.15, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6F7658 is Cyan = 0.06, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 111 | 118 | 88 | - |
| CMYK | 0.06 | 0 | 0.25 | 0.54 |
| HSL | 74º | 0.15% | 0.4% | - |
| HSV(B) | 74º | 0.25% | 0.46% | - |
| XYZ | 14.8 | 17.04 | 11.74 | - |
| YUV | 112.49 | 114.18 | 126.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 118 | 88 | 0.06 | 0 | 0.25 | 0.54 | 74 | 0.15 | 0.4 |
| Hex | 6F | 76 | 58 | 6 | 0 | 19 | 36 | 4A | F | 28 |
| Octal | 157 | 166 | 130 | 6 | 0 | 31 | 66 | 112 | 17 | 50 |
| Binary | 1101111 | 1110110 | 1011000 | 110 | 0 | 11001 | 110110 | 1001010 | 1111 | 101000 |
Color Harmonies of #6F7658
Complementary color
Monochromatic Colors of #6F7658
Black with #6F7658
Text Example
Text Example
White with #6F7658
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7658; }
p { color: rgb(111,118,88); }
H1.HeaderClassName
{
color: #6F7658;
}
.AnyTagClassName
{
color: #6F7658;
}
</style>
background-color css
<style>
a { background-color: #6F7658; }
a { background-color: rgb(111,118,88); }
div.DivClassName
{
background-color: #6F7658;
}
.BgClassName
{
background-color: #6F7658;
}
</style>
border-color css
<style>
span { border-color: #6F7658; }
span { border-color: rgb(111,118,88); }
td.TdClassName
{
border-color: #6F7658;
}
.TagClassName
{
border-color: #6F7658;
}
</style>