Shades of Finch #6F7353
Tints of Finch #6F7353
RGB
CMYK
RGB Variations
Color information
#6F7353 (or 0x6F7353) is known color: Finch. HEX triplet: 6F, 73 and 53. RGB value is (111,115,83). Sum of RGB (Red+Green+Blue) = 111+115+83=309 (40% of max value = 765). Red value is 111 (43.75% from 255 or 35.92% from 309); Green value is 115 (45.31% from 255 or 37.22% from 309); Blue value is 83 (32.81% from 255 or 26.86% from 309); Max value from RGB is 115 - color contains mainly: green. Hex color #6F7353 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F7353 is #908CAC. Grayscale: #6E6E6E. Windows color (decimal): -9473197 or 5469039. OLE color: 5469039.
HSL color Cylindrical-coordinate representation of color #6F7353: hue angle of 67.5º degrees, saturation: 0.16, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6F7353 is Cyan = 0.03, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 111 | 115 | 83 | - |
| CMYK | 0.03 | 0 | 0.28 | 0.55 |
| HSL | 67.5º | 0.16% | 0.39% | - |
| HSV(B) | 67.5º | 0.28% | 0.45% | - |
| XYZ | 14.25 | 16.27 | 10.57 | - |
| YUV | 110.16 | 112.67 | 128.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 115 | 83 | 0.03 | 0 | 0.28 | 0.55 | 67.5 | 0.16 | 0.39 |
| Hex | 6F | 73 | 53 | 3 | 0 | 1C | 37 | 44 | 10 | 27 |
| Octal | 157 | 163 | 123 | 3 | 0 | 34 | 67 | 104 | 20 | 47 |
| Binary | 1101111 | 1110011 | 1010011 | 11 | 0 | 11100 | 110111 | 1000100 | 10000 | 100111 |
Color Harmonies of #6F7353
Complementary color
Monochromatic Colors of #6F7353
Black with #6F7353
Text Example
Text Example
White with #6F7353
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F7353; }
p { color: rgb(111,115,83); }
H1.HeaderClassName
{
color: #6F7353;
}
.AnyTagClassName
{
color: #6F7353;
}
</style>
background-color css
<style>
a { background-color: #6F7353; }
a { background-color: rgb(111,115,83); }
div.DivClassName
{
background-color: #6F7353;
}
.BgClassName
{
background-color: #6F7353;
}
</style>
border-color css
<style>
span { border-color: #6F7353; }
span { border-color: rgb(111,115,83); }
td.TdClassName
{
border-color: #6F7353;
}
.TagClassName
{
border-color: #6F7353;
}
</style>