Shades of Falcon #6B5355
Tints of Falcon #6B5355
RGB
CMYK
RGB Variations
Color information
#6B5355 (or 0x6B5355) is known color: Falcon. HEX triplet: 6B, 53 and 55. RGB value is (107,83,85). Sum of RGB (Red+Green+Blue) = 107+83+85=275 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.91% from 275); Green value is 83 (32.81% from 255 or 30.18% from 275); Blue value is 85 (33.59% from 255 or 30.91% from 275); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5355 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5355 is #94ACAA. Grayscale: #5A5A5A. Windows color (decimal): -9743531 or 5591915. OLE color: 5591915.
HSL color Cylindrical-coordinate representation of color #6B5355: hue angle of 355º degrees, saturation: 0.13, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #6B5355 is Cyan = 0, Magento = 0.22, Yellow = 0.21 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 83 | 85 | - |
| CMYK | 0 | 0.22 | 0.21 | 0.58 |
| HSL | 355º | 0.13% | 0.37% | - |
| HSV(B) | 355º | 0.22% | 0.42% | - |
| XYZ | 10.8 | 9.97 | 9.95 | - |
| YUV | 90.4 | 124.95 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 83 | 85 | 0 | 0.22 | 0.21 | 0.58 | 355 | 0.13 | 0.37 |
| Hex | 6B | 53 | 55 | 0 | 16 | 15 | 3A | 163 | D | 25 |
| Octal | 153 | 123 | 125 | 0 | 26 | 25 | 72 | 543 | 15 | 45 |
| Binary | 1101011 | 1010011 | 1010101 | 0 | 10110 | 10101 | 111010 | 101100011 | 1101 | 100101 |
Color Harmonies of #6B5355
Complementary color
Monochromatic Colors of #6B5355
Black with #6B5355
Text Example
Text Example
White with #6B5355
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5355; }
p { color: rgb(107,83,85); }
H1.HeaderClassName
{
color: #6B5355;
}
.AnyTagClassName
{
color: #6B5355;
}
</style>
background-color css
<style>
a { background-color: #6B5355; }
a { background-color: rgb(107,83,85); }
div.DivClassName
{
background-color: #6B5355;
}
.BgClassName
{
background-color: #6B5355;
}
</style>
border-color css
<style>
span { border-color: #6B5355; }
span { border-color: rgb(107,83,85); }
td.TdClassName
{
border-color: #6B5355;
}
.TagClassName
{
border-color: #6B5355;
}
</style>