Shades of Finch #6F7654
Tints of Finch #6F7654
RGB
CMYK
RGB Variations
Color information
#6F7654 (or 0x6F7654) is known color: Finch. HEX triplet: 6F, 76 and 54. RGB value is (111,118,84). Sum of RGB (Red+Green+Blue) = 111+118+84=313 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.46% from 313); Green value is 118 (46.48% from 255 or 37.70% from 313); Blue value is 84 (33.20% from 255 or 26.84% from 313); Max value from RGB is 118 - color contains mainly: green. Hex color #6F7654 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7654 is #9089AB. Grayscale: #707070. Windows color (decimal): -9472428 or 5535343. OLE color: 5535343.
HSL color Cylindrical-coordinate representation of color #6F7654: hue angle of 72.35º degrees, saturation: 0.17, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #6F7654 is Cyan = 0.06, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.54.
Color convert
| RGB | 111 | 118 | 84 | - |
| CMYK | 0.06 | 0 | 0.29 | 0.54 |
| HSL | 72.35º | 0.17% | 0.4% | - |
| HSV(B) | 72.35º | 0.29% | 0.46% | - |
| XYZ | 14.63 | 16.98 | 10.89 | - |
| YUV | 112.03 | 112.18 | 127.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 118 | 84 | 0.06 | 0 | 0.29 | 0.54 | 72.35 | 0.17 | 0.4 |
| Hex | 6F | 76 | 54 | 6 | 0 | 1D | 36 | 48 | 11 | 28 |
| Octal | 157 | 166 | 124 | 6 | 0 | 35 | 66 | 110 | 21 | 50 |
| Binary | 1101111 | 1110110 | 1010100 | 110 | 0 | 11101 | 110110 | 1001000 | 10001 | 101000 |
Color Harmonies of #6F7654
Complementary color
Monochromatic Colors of #6F7654
Black with #6F7654
Text Example
Text Example
White with #6F7654
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7654; }
p { color: rgb(111,118,84); }
H1.HeaderClassName
{
color: #6F7654;
}
.AnyTagClassName
{
color: #6F7654;
}
</style>
background-color css
<style>
a { background-color: #6F7654; }
a { background-color: rgb(111,118,84); }
div.DivClassName
{
background-color: #6F7654;
}
.BgClassName
{
background-color: #6F7654;
}
</style>
border-color css
<style>
span { border-color: #6F7654; }
span { border-color: rgb(111,118,84); }
td.TdClassName
{
border-color: #6F7654;
}
.TagClassName
{
border-color: #6F7654;
}
</style>