Shades of Falcon #675C5D
Tints of Falcon #675C5D
RGB
CMYK
RGB Variations
Color information
#675C5D (or 0x675C5D) is known color: Falcon. HEX triplet: 67, 5C and 5D. RGB value is (103,92,93). Sum of RGB (Red+Green+Blue) = 103+92+93=288 (38% of max value = 765). Red value is 103 (40.62% from 255 or 35.76% from 288); Green value is 92 (36.33% from 255 or 31.94% from 288); Blue value is 93 (36.72% from 255 or 32.29% from 288); Max value from RGB is 103 - color contains mainly: red. Hex color #675C5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675C5D is #98A3A2. Grayscale: #5F5F5F. Windows color (decimal): -10003363 or 6118503. OLE color: 6118503.
HSL color Cylindrical-coordinate representation of color #675C5D: hue angle of 354.55º degrees, saturation: 0.06, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #675C5D is Cyan = 0, Magento = 0.11, Yellow = 0.10 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 92 | 93 | - |
| CMYK | 0 | 0.11 | 0.10 | 0.60 |
| HSL | 354.55º | 0.06% | 0.38% | - |
| HSV(B) | 354.55º | 0.11% | 0.4% | - |
| XYZ | 11.4 | 11.33 | 11.94 | - |
| YUV | 95.4 | 126.64 | 133.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 92 | 93 | 0 | 0.11 | 0.10 | 0.60 | 354.55 | 0.06 | 0.38 |
| Hex | 67 | 5C | 5D | 0 | B | A | 3C | 163 | 6 | 26 |
| Octal | 147 | 134 | 135 | 0 | 13 | 12 | 74 | 543 | 6 | 46 |
| Binary | 1100111 | 1011100 | 1011101 | 0 | 1011 | 1010 | 111100 | 101100011 | 110 | 100110 |
Color Harmonies of #675C5D
Complementary color
Monochromatic Colors of #675C5D
Black with #675C5D
Text Example
Text Example
White with #675C5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675C5D; }
p { color: rgb(103,92,93); }
H1.HeaderClassName
{
color: #675C5D;
}
.AnyTagClassName
{
color: #675C5D;
}
</style>
background-color css
<style>
a { background-color: #675C5D; }
a { background-color: rgb(103,92,93); }
div.DivClassName
{
background-color: #675C5D;
}
.BgClassName
{
background-color: #675C5D;
}
</style>
border-color css
<style>
span { border-color: #675C5D; }
span { border-color: rgb(103,92,93); }
td.TdClassName
{
border-color: #675C5D;
}
.TagClassName
{
border-color: #675C5D;
}
</style>