Shades of Falcon #675A5C
Tints of Falcon #675A5C
RGB
CMYK
RGB Variations
Color information
#675A5C (or 0x675A5C) is known color: Falcon. HEX triplet: 67, 5A and 5C. RGB value is (103,90,92). Sum of RGB (Red+Green+Blue) = 103+90+92=285 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.14% from 285); Green value is 90 (35.55% from 255 or 31.58% from 285); Blue value is 92 (36.33% from 255 or 32.28% from 285); Max value from RGB is 103 - color contains mainly: red. Hex color #675A5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675A5C is #98A5A3. Grayscale: #5E5E5E. Windows color (decimal): -10003876 or 6052455. OLE color: 6052455.
HSL color Cylindrical-coordinate representation of color #675A5C: hue angle of 350.77º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #675A5C is Cyan = 0, Magento = 0.13, Yellow = 0.11 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 90 | 92 | - |
| CMYK | 0 | 0.13 | 0.11 | 0.60 |
| HSL | 350.77º | 0.07% | 0.38% | - |
| HSV(B) | 350.77º | 0.13% | 0.4% | - |
| XYZ | 11.18 | 10.97 | 11.65 | - |
| YUV | 94.12 | 126.81 | 134.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 90 | 92 | 0 | 0.13 | 0.11 | 0.60 | 350.77 | 0.07 | 0.38 |
| Hex | 67 | 5A | 5C | 0 | D | B | 3C | 15F | 7 | 26 |
| Octal | 147 | 132 | 134 | 0 | 15 | 13 | 74 | 537 | 7 | 46 |
| Binary | 1100111 | 1011010 | 1011100 | 0 | 1101 | 1011 | 111100 | 101011111 | 111 | 100110 |
Color Harmonies of #675A5C
Complementary color
Monochromatic Colors of #675A5C
Black with #675A5C
Text Example
Text Example
White with #675A5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675A5C; }
p { color: rgb(103,90,92); }
H1.HeaderClassName
{
color: #675A5C;
}
.AnyTagClassName
{
color: #675A5C;
}
</style>
background-color css
<style>
a { background-color: #675A5C; }
a { background-color: rgb(103,90,92); }
div.DivClassName
{
background-color: #675A5C;
}
.BgClassName
{
background-color: #675A5C;
}
</style>
border-color css
<style>
span { border-color: #675A5C; }
span { border-color: rgb(103,90,92); }
td.TdClassName
{
border-color: #675A5C;
}
.TagClassName
{
border-color: #675A5C;
}
</style>