Shades of Finch #6F7952
Tints of Finch #6F7952
RGB
CMYK
RGB Variations
Color information
#6F7952 (or 0x6F7952) is known color: Finch. HEX triplet: 6F, 79 and 52. RGB value is (111,121,82). Sum of RGB (Red+Green+Blue) = 111+121+82=314 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.35% from 314); Green value is 121 (47.66% from 255 or 38.54% from 314); Blue value is 82 (32.42% from 255 or 26.11% from 314); Max value from RGB is 121 - color contains mainly: green. Hex color #6F7952 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7952 is #9086AD. Grayscale: #717171. Windows color (decimal): -9471662 or 5405039. OLE color: 5405039.
HSL color Cylindrical-coordinate representation of color #6F7952: hue angle of 75.38º degrees, saturation: 0.19, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #6F7952 is Cyan = 0.08, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.53.
Color convert
| RGB | 111 | 121 | 82 | - |
| CMYK | 0.08 | 0 | 0.32 | 0.53 |
| HSL | 75.38º | 0.19% | 0.4% | - |
| HSV(B) | 75.38º | 0.32% | 0.47% | - |
| XYZ | 14.92 | 17.66 | 10.61 | - |
| YUV | 113.56 | 110.19 | 126.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 121 | 82 | 0.08 | 0 | 0.32 | 0.53 | 75.38 | 0.19 | 0.4 |
| Hex | 6F | 79 | 52 | 8 | 0 | 20 | 35 | 4B | 13 | 28 |
| Octal | 157 | 171 | 122 | 10 | 0 | 40 | 65 | 113 | 23 | 50 |
| Binary | 1101111 | 1111001 | 1010010 | 1000 | 0 | 100000 | 110101 | 1001011 | 10011 | 101000 |
Color Harmonies of #6F7952
Complementary color
Monochromatic Colors of #6F7952
Black with #6F7952
Text Example
Text Example
White with #6F7952
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7952; }
p { color: rgb(111,121,82); }
H1.HeaderClassName
{
color: #6F7952;
}
.AnyTagClassName
{
color: #6F7952;
}
</style>
background-color css
<style>
a { background-color: #6F7952; }
a { background-color: rgb(111,121,82); }
div.DivClassName
{
background-color: #6F7952;
}
.BgClassName
{
background-color: #6F7952;
}
</style>
border-color css
<style>
span { border-color: #6F7952; }
span { border-color: rgb(111,121,82); }
td.TdClassName
{
border-color: #6F7952;
}
.TagClassName
{
border-color: #6F7952;
}
</style>