Shades of Falcon #6E6263
Tints of Falcon #6E6263
RGB
CMYK
RGB Variations
Color information
#6E6263 (or 0x6E6263) is known color: Falcon. HEX triplet: 6E, 62 and 63. RGB value is (110,98,99). Sum of RGB (Red+Green+Blue) = 110+98+99=307 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.83% from 307); Green value is 98 (38.67% from 255 or 31.92% from 307); Blue value is 99 (39.06% from 255 or 32.25% from 307); Max value from RGB is 110 - color contains mainly: red. Hex color #6E6263 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6E6263 is #919D9C. Grayscale: #656565. Windows color (decimal): -9543069 or 6513262. OLE color: 6513262.
HSL color Cylindrical-coordinate representation of color #6E6263: hue angle of 355º degrees, saturation: 0.06, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6E6263 is Cyan = 0, Magento = 0.11, Yellow = 0.1 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 98 | 99 | - |
| CMYK | 0 | 0.11 | 0.1 | 0.57 |
| HSL | 355º | 0.06% | 0.41% | - |
| HSV(B) | 355º | 0.11% | 0.43% | - |
| XYZ | 13.05 | 12.95 | 13.62 | - |
| YUV | 101.7 | 126.48 | 133.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 98 | 99 | 0 | 0.11 | 0.1 | 0.57 | 355 | 0.06 | 0.41 |
| Hex | 6E | 62 | 63 | 0 | B | A | 39 | 163 | 6 | 29 |
| Octal | 156 | 142 | 143 | 0 | 13 | 12 | 71 | 543 | 6 | 51 |
| Binary | 1101110 | 1100010 | 1100011 | 0 | 1011 | 1010 | 111001 | 101100011 | 110 | 101001 |
Color Harmonies of #6E6263
Complementary color
Monochromatic Colors of #6E6263
Black with #6E6263
Text Example
Text Example
White with #6E6263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E6263; }
p { color: rgb(110,98,99); }
H1.HeaderClassName
{
color: #6E6263;
}
.AnyTagClassName
{
color: #6E6263;
}
</style>
background-color css
<style>
a { background-color: #6E6263; }
a { background-color: rgb(110,98,99); }
div.DivClassName
{
background-color: #6E6263;
}
.BgClassName
{
background-color: #6E6263;
}
</style>
border-color css
<style>
span { border-color: #6E6263; }
span { border-color: rgb(110,98,99); }
td.TdClassName
{
border-color: #6E6263;
}
.TagClassName
{
border-color: #6E6263;
}
</style>