Shades of Falcon #6B5B5C
Tints of Falcon #6B5B5C
RGB
CMYK
RGB Variations
Color information
#6B5B5C (or 0x6B5B5C) is known color: Falcon. HEX triplet: 6B, 5B and 5C. RGB value is (107,91,92). Sum of RGB (Red+Green+Blue) = 107+91+92=290 (38% of max value = 765). Red value is 107 (42.19% from 255 or 36.90% from 290); Green value is 91 (35.94% from 255 or 31.38% from 290); Blue value is 92 (36.33% from 255 or 31.72% from 290); Max value from RGB is 107 - color contains mainly: red. Hex color #6B5B5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B5B5C is #94A4A3. Grayscale: #5F5F5F. Windows color (decimal): -9741476 or 6052715. OLE color: 6052715.
HSL color Cylindrical-coordinate representation of color #6B5B5C: hue angle of 356.25º degrees, saturation: 0.08, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #6B5B5C is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 91 | 92 | - |
| CMYK | 0 | 0.15 | 0.14 | 0.58 |
| HSL | 356.25º | 0.08% | 0.39% | - |
| HSV(B) | 356.25º | 0.15% | 0.42% | - |
| XYZ | 11.74 | 11.38 | 11.7 | - |
| YUV | 95.9 | 125.8 | 135.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 91 | 92 | 0 | 0.15 | 0.14 | 0.58 | 356.25 | 0.08 | 0.39 |
| Hex | 6B | 5B | 5C | 0 | F | E | 3A | 164 | 8 | 27 |
| Octal | 153 | 133 | 134 | 0 | 17 | 16 | 72 | 544 | 10 | 47 |
| Binary | 1101011 | 1011011 | 1011100 | 0 | 1111 | 1110 | 111010 | 101100100 | 1000 | 100111 |
Color Harmonies of #6B5B5C
Complementary color
Monochromatic Colors of #6B5B5C
Black with #6B5B5C
Text Example
Text Example
White with #6B5B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B5B5C; }
p { color: rgb(107,91,92); }
H1.HeaderClassName
{
color: #6B5B5C;
}
.AnyTagClassName
{
color: #6B5B5C;
}
</style>
background-color css
<style>
a { background-color: #6B5B5C; }
a { background-color: rgb(107,91,92); }
div.DivClassName
{
background-color: #6B5B5C;
}
.BgClassName
{
background-color: #6B5B5C;
}
</style>
border-color css
<style>
span { border-color: #6B5B5C; }
span { border-color: rgb(107,91,92); }
td.TdClassName
{
border-color: #6B5B5C;
}
.TagClassName
{
border-color: #6B5B5C;
}
</style>