Shades of Finch #6F7256
Tints of Finch #6F7256
RGB
CMYK
RGB Variations
Color information
#6F7256 (or 0x6F7256) is known color: Finch. HEX triplet: 6F, 72 and 56. RGB value is (111,114,86). Sum of RGB (Red+Green+Blue) = 111+114+86=311 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.69% from 311); Green value is 114 (44.92% from 255 or 36.66% from 311); Blue value is 86 (33.98% from 255 or 27.65% from 311); Max value from RGB is 114 - color contains mainly: green. Hex color #6F7256 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7256 is #908DA9. Grayscale: #6E6E6E. Windows color (decimal): -9473450 or 5665391. OLE color: 5665391.
HSL color Cylindrical-coordinate representation of color #6F7256: hue angle of 66.43º degrees, saturation: 0.14, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #6F7256 is Cyan = 0.03, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 111 | 114 | 86 | - |
| CMYK | 0.03 | 0 | 0.25 | 0.55 |
| HSL | 66.43º | 0.14% | 0.39% | - |
| HSV(B) | 66.43º | 0.25% | 0.45% | - |
| XYZ | 14.25 | 16.09 | 11.16 | - |
| YUV | 109.91 | 114.51 | 128.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 114 | 86 | 0.03 | 0 | 0.25 | 0.55 | 66.43 | 0.14 | 0.39 |
| Hex | 6F | 72 | 56 | 3 | 0 | 19 | 37 | 42 | E | 27 |
| Octal | 157 | 162 | 126 | 3 | 0 | 31 | 67 | 102 | 16 | 47 |
| Binary | 1101111 | 1110010 | 1010110 | 11 | 0 | 11001 | 110111 | 1000010 | 1110 | 100111 |
Color Harmonies of #6F7256
Complementary color
Monochromatic Colors of #6F7256
Black with #6F7256
Text Example
Text Example
White with #6F7256
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7256; }
p { color: rgb(111,114,86); }
H1.HeaderClassName
{
color: #6F7256;
}
.AnyTagClassName
{
color: #6F7256;
}
</style>
background-color css
<style>
a { background-color: #6F7256; }
a { background-color: rgb(111,114,86); }
div.DivClassName
{
background-color: #6F7256;
}
.BgClassName
{
background-color: #6F7256;
}
</style>
border-color css
<style>
span { border-color: #6F7256; }
span { border-color: rgb(111,114,86); }
td.TdClassName
{
border-color: #6F7256;
}
.TagClassName
{
border-color: #6F7256;
}
</style>