Shades of Finch #6D6E5C
Tints of Finch #6D6E5C
RGB
CMYK
RGB Variations
Color information
#6D6E5C (or 0x6D6E5C) is known color: Finch. HEX triplet: 6D, 6E and 5C. RGB value is (109,110,92). Sum of RGB (Red+Green+Blue) = 109+110+92=311 (41% of max value = 765). Red value is 109 (42.97% from 255 or 35.05% from 311); Green value is 110 (43.36% from 255 or 35.37% from 311); Blue value is 92 (36.33% from 255 or 29.58% from 311); Max value from RGB is 110 - color contains mainly: green. Hex color #6D6E5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6E5C is #9291A3. Grayscale: #6B6B6B. Windows color (decimal): -9605540 or 6057581. OLE color: 6057581.
HSL color Cylindrical-coordinate representation of color #6D6E5C: hue angle of 63.33º degrees, saturation: 0.09, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6D6E5C is Cyan = 0.01, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 110 | 92 | - |
| CMYK | 0.01 | 0 | 0.16 | 0.57 |
| HSL | 63.33º | 0.09% | 0.4% | - |
| HSV(B) | 63.33º | 0.16% | 0.43% | - |
| XYZ | 13.81 | 15.18 | 12.33 | - |
| YUV | 107.65 | 119.17 | 128.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 110 | 92 | 0.01 | 0 | 0.16 | 0.57 | 63.33 | 0.09 | 0.4 |
| Hex | 6D | 6E | 5C | 1 | 0 | 10 | 39 | 3F | 9 | 28 |
| Octal | 155 | 156 | 134 | 1 | 0 | 20 | 71 | 77 | 11 | 50 |
| Binary | 1101101 | 1101110 | 1011100 | 1 | 0 | 10000 | 111001 | 111111 | 1001 | 101000 |
Color Harmonies of #6D6E5C
Complementary color
Monochromatic Colors of #6D6E5C
Black with #6D6E5C
Text Example
Text Example
White with #6D6E5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D6E5C; }
p { color: rgb(109,110,92); }
H1.HeaderClassName
{
color: #6D6E5C;
}
.AnyTagClassName
{
color: #6D6E5C;
}
</style>
background-color css
<style>
a { background-color: #6D6E5C; }
a { background-color: rgb(109,110,92); }
div.DivClassName
{
background-color: #6D6E5C;
}
.BgClassName
{
background-color: #6D6E5C;
}
</style>
border-color css
<style>
span { border-color: #6D6E5C; }
span { border-color: rgb(109,110,92); }
td.TdClassName
{
border-color: #6D6E5C;
}
.TagClassName
{
border-color: #6D6E5C;
}
</style>