Shades of Falcon #6B5A5D
Tints of Falcon #6B5A5D
RGB
CMYK
RGB Variations
Color information
#6B5A5D (or 0x6B5A5D) is known color: Falcon. HEX triplet: 6B, 5A and 5D. RGB value is (107,90,93). Sum of RGB (Red+Green+Blue) = 107+90+93=290 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.90% from 290); Green value is 90 (35.55% from 255 or 31.03% from 290); Blue value is 93 (36.72% from 255 or 32.07% from 290); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5A5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5A5D is #94A5A2. Grayscale: #5F5F5F. Windows color (decimal): -9741731 or 6117995. OLE color: 6117995.
HSL color Cylindrical-coordinate representation of color #6B5A5D: hue angle of 349.41º degrees, saturation: 0.09, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #6B5A5D is Cyan = 0, Magento = 0.16, Yellow = 0.13 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 90 | 93 | - |
| CMYK | 0 | 0.16 | 0.13 | 0.58 |
| HSL | 349.41º | 0.09% | 0.39% | - |
| HSV(B) | 349.41º | 0.16% | 0.42% | - |
| XYZ | 11.7 | 11.23 | 11.91 | - |
| YUV | 95.43 | 126.63 | 136.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 90 | 93 | 0 | 0.16 | 0.13 | 0.58 | 349.41 | 0.09 | 0.39 |
| Hex | 6B | 5A | 5D | 0 | 10 | D | 3A | 15D | 9 | 27 |
| Octal | 153 | 132 | 135 | 0 | 20 | 15 | 72 | 535 | 11 | 47 |
| Binary | 1101011 | 1011010 | 1011101 | 0 | 10000 | 1101 | 111010 | 101011101 | 1001 | 100111 |
Color Harmonies of #6B5A5D
Complementary color
Monochromatic Colors of #6B5A5D
Black with #6B5A5D
Text Example
Text Example
White with #6B5A5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5A5D; }
p { color: rgb(107,90,93); }
H1.HeaderClassName
{
color: #6B5A5D;
}
.AnyTagClassName
{
color: #6B5A5D;
}
</style>
background-color css
<style>
a { background-color: #6B5A5D; }
a { background-color: rgb(107,90,93); }
div.DivClassName
{
background-color: #6B5A5D;
}
.BgClassName
{
background-color: #6B5A5D;
}
</style>
border-color css
<style>
span { border-color: #6B5A5D; }
span { border-color: rgb(107,90,93); }
td.TdClassName
{
border-color: #6B5A5D;
}
.TagClassName
{
border-color: #6B5A5D;
}
</style>