Shades of Finch #6F715C
Tints of Finch #6F715C
RGB
CMYK
RGB Variations
Color information
#6F715C (or 0x6F715C) is known color: Finch. HEX triplet: 6F, 71 and 5C. RGB value is (111,113,92). Sum of RGB (Red+Green+Blue) = 111+113+92=316 (41% of max value = 765). Red value is 111 (43.75% from 255 or 35.13% from 316); Green value is 113 (44.53% from 255 or 35.76% from 316); Blue value is 92 (36.33% from 255 or 29.11% from 316); Max value from RGB is 113 - color contains mainly: green. Hex color #6F715C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6F715C is #908EA3. Grayscale: #6E6E6E. Windows color (decimal): -9473700 or 6058351. OLE color: 6058351.
HSL color Cylindrical-coordinate representation of color #6F715C: hue angle of 65.71º degrees, saturation: 0.1, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6F715C is Cyan = 0.02, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 113 | 92 | - |
| CMYK | 0.02 | 0 | 0.19 | 0.56 |
| HSL | 65.71º | 0.1% | 0.4% | - |
| HSV(B) | 65.71º | 0.19% | 0.44% | - |
| XYZ | 14.39 | 15.96 | 12.45 | - |
| YUV | 110.01 | 117.84 | 128.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 113 | 92 | 0.02 | 0 | 0.19 | 0.56 | 65.71 | 0.1 | 0.4 |
| Hex | 6F | 71 | 5C | 2 | 0 | 13 | 38 | 42 | A | 28 |
| Octal | 157 | 161 | 134 | 2 | 0 | 23 | 70 | 102 | 12 | 50 |
| Binary | 1101111 | 1110001 | 1011100 | 10 | 0 | 10011 | 111000 | 1000010 | 1010 | 101000 |
Color Harmonies of #6F715C
Complementary color
Monochromatic Colors of #6F715C
Black with #6F715C
Text Example
Text Example
White with #6F715C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F715C; }
p { color: rgb(111,113,92); }
H1.HeaderClassName
{
color: #6F715C;
}
.AnyTagClassName
{
color: #6F715C;
}
</style>
background-color css
<style>
a { background-color: #6F715C; }
a { background-color: rgb(111,113,92); }
div.DivClassName
{
background-color: #6F715C;
}
.BgClassName
{
background-color: #6F715C;
}
</style>
border-color css
<style>
span { border-color: #6F715C; }
span { border-color: rgb(111,113,92); }
td.TdClassName
{
border-color: #6F715C;
}
.TagClassName
{
border-color: #6F715C;
}
</style>