Shades of Finch #6F7357
Tints of Finch #6F7357
RGB
CMYK
RGB Variations
Color information
#6F7357 (or 0x6F7357) is known color: Finch. HEX triplet: 6F, 73 and 57. RGB value is (111,115,87). Sum of RGB (Red+Green+Blue) = 111+115+87=313 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.46% from 313); Green value is 115 (45.31% from 255 or 36.74% from 313); Blue value is 87 (34.38% from 255 or 27.80% from 313); Max value from RGB is 115 - color contains mainly: green. Hex color #6F7357 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7357 is #908CA8. Grayscale: #6E6E6E. Windows color (decimal): -9473193 or 5731183. OLE color: 5731183.
HSL color Cylindrical-coordinate representation of color #6F7357: hue angle of 68.57º degrees, saturation: 0.14, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #6F7357 is Cyan = 0.03, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 111 | 115 | 87 | - |
| CMYK | 0.03 | 0 | 0.24 | 0.55 |
| HSL | 68.57º | 0.14% | 0.4% | - |
| HSV(B) | 68.57º | 0.24% | 0.45% | - |
| XYZ | 14.41 | 16.33 | 11.41 | - |
| YUV | 110.61 | 114.67 | 128.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 115 | 87 | 0.03 | 0 | 0.24 | 0.55 | 68.57 | 0.14 | 0.4 |
| Hex | 6F | 73 | 57 | 3 | 0 | 18 | 37 | 45 | E | 28 |
| Octal | 157 | 163 | 127 | 3 | 0 | 30 | 67 | 105 | 16 | 50 |
| Binary | 1101111 | 1110011 | 1010111 | 11 | 0 | 11000 | 110111 | 1000101 | 1110 | 101000 |
Color Harmonies of #6F7357
Complementary color
Monochromatic Colors of #6F7357
Black with #6F7357
Text Example
Text Example
White with #6F7357
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7357; }
p { color: rgb(111,115,87); }
H1.HeaderClassName
{
color: #6F7357;
}
.AnyTagClassName
{
color: #6F7357;
}
</style>
background-color css
<style>
a { background-color: #6F7357; }
a { background-color: rgb(111,115,87); }
div.DivClassName
{
background-color: #6F7357;
}
.BgClassName
{
background-color: #6F7357;
}
</style>
border-color css
<style>
span { border-color: #6F7357; }
span { border-color: rgb(111,115,87); }
td.TdClassName
{
border-color: #6F7357;
}
.TagClassName
{
border-color: #6F7357;
}
</style>