Shades of Falcon #6E5C5E
Tints of Falcon #6E5C5E
RGB
CMYK
RGB Variations
Color information
#6E5C5E (or 0x6E5C5E) is known color: Falcon. HEX triplet: 6E, 5C and 5E. RGB value is (110,92,94). Sum of RGB (Red+Green+Blue) = 110+92+94=296 (39% of max value = 765). Red value is 110 (43.36% from 255 or 37.16% from 296); Green value is 92 (36.33% from 255 or 31.08% from 296); Blue value is 94 (37.11% from 255 or 31.76% from 296); Max value from RGB is 110 - color contains mainly: red. Hex color #6E5C5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E5C5E is #91A3A1. Grayscale: #616161. Windows color (decimal): -9544610 or 6184046. OLE color: 6184046.
HSL color Cylindrical-coordinate representation of color #6E5C5E: hue angle of 353.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 #6E5C5E is Cyan = 0, Magento = 0.16, Yellow = 0.15 and Black (K on CMYK) = 0.57.
Color convert
RGB | 110 | 92 | 94 | - |
CMYK | 0 | 0.16 | 0.15 | 0.57 |
HSL | 353.33º | 0.09% | 0.4% | - |
HSV(B) | 353.33º | 0.16% | 0.43% | - |
XYZ | 12.28 | 11.78 | 12.22 | - |
YUV | 97.61 | 125.96 | 136.84 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 110 | 92 | 94 | 0 | 0.16 | 0.15 | 0.57 | 353.33 | 0.09 | 0.4 |
Hex | 6E | 5C | 5E | 0 | 10 | F | 39 | 161 | 9 | 28 |
Octal | 156 | 134 | 136 | 0 | 20 | 17 | 71 | 541 | 11 | 50 |
Binary | 1101110 | 1011100 | 1011110 | 0 | 10000 | 1111 | 111001 | 101100001 | 1001 | 101000 |
Color Harmonies of #6E5C5E
Complementary color
Monochromatic Colors of #6E5C5E
Black with #6E5C5E
Text Example
Text Example
White with #6E5C5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E5C5E; }
p { color: rgb(110,92,94); }
H1.HeaderClassName
{
color: #6E5C5E;
}
.AnyTagClassName
{
color: #6E5C5E;
}
</style>
background-color css
<style>
a { background-color: #6E5C5E; }
a { background-color: rgb(110,92,94); }
div.DivClassName
{
background-color: #6E5C5E;
}
.BgClassName
{
background-color: #6E5C5E;
}
</style>
border-color css
<style>
span { border-color: #6E5C5E; }
span { border-color: rgb(110,92,94); }
td.TdClassName
{
border-color: #6E5C5E;
}
.TagClassName
{
border-color: #6E5C5E;
}
</style>