Shades of Finch #6F705F
Tints of Finch #6F705F
RGB
CMYK
RGB Variations
Color information
#6F705F (or 0x6F705F) is known color: Finch. HEX triplet: 6F, 70 and 5F. RGB value is (111,112,95). Sum of RGB (Red+Green+Blue) = 111+112+95=318 (42% of max value = 765). Red value is 111 (43.75% from 255 or 34.91% from 318); Green value is 112 (44.14% from 255 or 35.22% from 318); Blue value is 95 (37.5% from 255 or 29.87% from 318); Max value from RGB is 112 - color contains mainly: green. Hex color #6F705F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F705F is #908FA0. Grayscale: #6D6D6D. Windows color (decimal): -9473953 or 6254703. OLE color: 6254703.
HSL color Cylindrical-coordinate representation of color #6F705F: hue angle of 63.53º degrees, saturation: 0.08, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #6F705F is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 112 | 95 | - |
| CMYK | 0.01 | 0 | 0.15 | 0.56 |
| HSL | 63.53º | 0.08% | 0.41% | - |
| HSV(B) | 63.53º | 0.15% | 0.44% | - |
| XYZ | 14.42 | 15.79 | 13.12 | - |
| YUV | 109.76 | 119.67 | 128.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 112 | 95 | 0.01 | 0 | 0.15 | 0.56 | 63.53 | 0.08 | 0.41 |
| Hex | 6F | 70 | 5F | 1 | 0 | F | 38 | 40 | 8 | 29 |
| Octal | 157 | 160 | 137 | 1 | 0 | 17 | 70 | 100 | 10 | 51 |
| Binary | 1101111 | 1110000 | 1011111 | 1 | 0 | 1111 | 111000 | 1000000 | 1000 | 101001 |
Color Harmonies of #6F705F
Complementary color
Monochromatic Colors of #6F705F
Black with #6F705F
Text Example
Text Example
White with #6F705F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F705F; }
p { color: rgb(111,112,95); }
H1.HeaderClassName
{
color: #6F705F;
}
.AnyTagClassName
{
color: #6F705F;
}
</style>
background-color css
<style>
a { background-color: #6F705F; }
a { background-color: rgb(111,112,95); }
div.DivClassName
{
background-color: #6F705F;
}
.BgClassName
{
background-color: #6F705F;
}
</style>
border-color css
<style>
span { border-color: #6F705F; }
span { border-color: rgb(111,112,95); }
td.TdClassName
{
border-color: #6F705F;
}
.TagClassName
{
border-color: #6F705F;
}
</style>