Shades of Falcon #6B5356
Tints of Falcon #6B5356
RGB
CMYK
RGB Variations
Color information
#6B5356 (or 0x6B5356) is known color: Falcon. HEX triplet: 6B, 53 and 56. RGB value is (107,83,86). Sum of RGB (Red+Green+Blue) = 107+83+86=276 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.77% from 276); Green value is 83 (32.81% from 255 or 30.07% from 276); Blue value is 86 (33.98% from 255 or 31.16% from 276); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5356 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5356 is #94ACA9. Grayscale: #5A5A5A. Windows color (decimal): -9743530 or 5657451. OLE color: 5657451.
HSL color Cylindrical-coordinate representation of color #6B5356: hue angle of 352.5º 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 #6B5356 is Cyan = 0, Magento = 0.22, Yellow = 0.20 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 83 | 86 | - |
| CMYK | 0 | 0.22 | 0.20 | 0.58 |
| HSL | 352.5º | 0.13% | 0.37% | - |
| HSV(B) | 352.5º | 0.22% | 0.42% | - |
| XYZ | 10.84 | 9.98 | 10.16 | - |
| YUV | 90.52 | 125.45 | 139.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 83 | 86 | 0 | 0.22 | 0.20 | 0.58 | 352.5 | 0.13 | 0.37 |
| Hex | 6B | 53 | 56 | 0 | 16 | 14 | 3A | 160 | D | 25 |
| Octal | 153 | 123 | 126 | 0 | 26 | 24 | 72 | 540 | 15 | 45 |
| Binary | 1101011 | 1010011 | 1010110 | 0 | 10110 | 10100 | 111010 | 101100000 | 1101 | 100101 |
Color Harmonies of #6B5356
Complementary color
Monochromatic Colors of #6B5356
Black with #6B5356
Text Example
Text Example
White with #6B5356
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5356; }
p { color: rgb(107,83,86); }
H1.HeaderClassName
{
color: #6B5356;
}
.AnyTagClassName
{
color: #6B5356;
}
</style>
background-color css
<style>
a { background-color: #6B5356; }
a { background-color: rgb(107,83,86); }
div.DivClassName
{
background-color: #6B5356;
}
.BgClassName
{
background-color: #6B5356;
}
</style>
border-color css
<style>
span { border-color: #6B5356; }
span { border-color: rgb(107,83,86); }
td.TdClassName
{
border-color: #6B5356;
}
.TagClassName
{
border-color: #6B5356;
}
</style>