Shades of Finch #6E6E5B
Tints of Finch #6E6E5B
RGB
CMYK
RGB Variations
Color information
#6E6E5B (or 0x6E6E5B) is known color: Finch. HEX triplet: 6E, 6E and 5B. RGB value is (110,110,91). Sum of RGB (Red+Green+Blue) = 110+110+91=311 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.37% from 311); Green value is 110 (43.36% from 255 or 35.37% from 311); Blue value is 91 (35.94% from 255 or 29.26% from 311); Max value from RGB is 110 - color contains mainly: red, green. Hex color #6E6E5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6E5B is #9191A4. Grayscale: #6B6B6B. Windows color (decimal): -9540005 or 5992046. OLE color: 5992046.
HSL color Cylindrical-coordinate representation of color #6E6E5B: hue angle of 60º degrees, saturation: 0.09, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6E6E5B is Cyan = 0, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 110 | 91 | - |
| CMYK | 0 | 0 | 0.17 | 0.57 |
| HSL | 60º | 0.09% | 0.39% | - |
| HSV(B) | 60º | 0.17% | 0.43% | - |
| XYZ | 13.89 | 15.22 | 12.1 | - |
| YUV | 107.83 | 118.5 | 129.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 110 | 91 | 0 | 0 | 0.17 | 0.57 | 60 | 0.09 | 0.39 |
| Hex | 6E | 6E | 5B | 0 | 0 | 11 | 39 | 3C | 9 | 27 |
| Octal | 156 | 156 | 133 | 0 | 0 | 21 | 71 | 74 | 11 | 47 |
| Binary | 1101110 | 1101110 | 1011011 | 0 | 0 | 10001 | 111001 | 111100 | 1001 | 100111 |
Color Harmonies of #6E6E5B
Complementary color
Monochromatic Colors of #6E6E5B
Black with #6E6E5B
Text Example
Text Example
White with #6E6E5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6E5B; }
p { color: rgb(110,110,91); }
H1.HeaderClassName
{
color: #6E6E5B;
}
.AnyTagClassName
{
color: #6E6E5B;
}
</style>
background-color css
<style>
a { background-color: #6E6E5B; }
a { background-color: rgb(110,110,91); }
div.DivClassName
{
background-color: #6E6E5B;
}
.BgClassName
{
background-color: #6E6E5B;
}
</style>
border-color css
<style>
span { border-color: #6E6E5B; }
span { border-color: rgb(110,110,91); }
td.TdClassName
{
border-color: #6E6E5B;
}
.TagClassName
{
border-color: #6E6E5B;
}
</style>