Shades of Falcon #615B5C
Tints of Falcon #615B5C
RGB
CMYK
RGB Variations
Color information
#615B5C (or 0x615B5C) is known color: Falcon. HEX triplet: 61, 5B and 5C. RGB value is (97,91,92). Sum of RGB (Red+Green+Blue) = 97+91+92=280 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.64% from 280); Green value is 91 (35.94% from 255 or 32.5% from 280); Blue value is 92 (36.33% from 255 or 32.86% from 280); Max value from RGB is 97 - color contains mainly: red. Hex color #615B5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615B5C is #9EA4A3. Grayscale: #5C5C5C. Windows color (decimal): -10396836 or 6052705. OLE color: 6052705.
HSL color Cylindrical-coordinate representation of color #615B5C: hue angle of 350º degrees, saturation: 0.03, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #615B5C is Cyan = 0, Magento = 0.06, Yellow = 0.05 and Black (K on CMYK) = 0.62.
Color convert
RGB | 97 | 91 | 92 | - |
CMYK | 0 | 0.06 | 0.05 | 0.62 |
HSL | 350º | 0.03% | 0.37% | - |
HSV(B) | 350º | 0.06% | 0.38% | - |
XYZ | 10.6 | 10.8 | 11.65 | - |
YUV | 92.91 | 127.49 | 130.92 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 97 | 91 | 92 | 0 | 0.06 | 0.05 | 0.62 | 350 | 0.03 | 0.37 |
Hex | 61 | 5B | 5C | 0 | 6 | 5 | 3E | 15E | 3 | 25 |
Octal | 141 | 133 | 134 | 0 | 6 | 5 | 76 | 536 | 3 | 45 |
Binary | 1100001 | 1011011 | 1011100 | 0 | 110 | 101 | 111110 | 101011110 | 11 | 100101 |
Color Harmonies of #615B5C
Complementary color
Monochromatic Colors of #615B5C
Black with #615B5C
Text Example
Text Example
White with #615B5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #615B5C; }
p { color: rgb(97,91,92); }
H1.HeaderClassName
{
color: #615B5C;
}
.AnyTagClassName
{
color: #615B5C;
}
</style>
background-color css
<style>
a { background-color: #615B5C; }
a { background-color: rgb(97,91,92); }
div.DivClassName
{
background-color: #615B5C;
}
.BgClassName
{
background-color: #615B5C;
}
</style>
border-color css
<style>
span { border-color: #615B5C; }
span { border-color: rgb(97,91,92); }
td.TdClassName
{
border-color: #615B5C;
}
.TagClassName
{
border-color: #615B5C;
}
</style>