Shades of Falcon #675152
Tints of Falcon #675152
RGB
CMYK
RGB Variations
Color information
#675152 (or 0x675152) is known color: Falcon. HEX triplet: 67, 51 and 52. RGB value is (103,81,82). Sum of RGB (Red+Green+Blue) = 103+81+82=266 (35% of max value = 765). Red value is 103 (40.62% from 255 or 38.72% from 266); Green value is 81 (32.03% from 255 or 30.45% from 266); Blue value is 82 (32.42% from 255 or 30.83% from 266); Max value from RGB is 103 - color contains mainly: red. Hex color #675152 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675152 is #98AEAD. Grayscale: #575757. Windows color (decimal): -10006190 or 5394791. OLE color: 5394791.
HSL color Cylindrical-coordinate representation of color #675152: hue angle of 357.27º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #675152 is Cyan = 0, Magento = 0.21, Yellow = 0.20 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 81 | 82 | - |
| CMYK | 0 | 0.21 | 0.20 | 0.60 |
| HSL | 357.27º | 0.12% | 0.36% | - |
| HSV(B) | 357.27º | 0.21% | 0.4% | - |
| XYZ | 10.06 | 9.38 | 9.26 | - |
| YUV | 87.69 | 124.79 | 138.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 81 | 82 | 0 | 0.21 | 0.20 | 0.60 | 357.27 | 0.12 | 0.36 |
| Hex | 67 | 51 | 52 | 0 | 15 | 14 | 3C | 165 | C | 24 |
| Octal | 147 | 121 | 122 | 0 | 25 | 24 | 74 | 545 | 14 | 44 |
| Binary | 1100111 | 1010001 | 1010010 | 0 | 10101 | 10100 | 111100 | 101100101 | 1100 | 100100 |
Color Harmonies of #675152
Complementary color
Monochromatic Colors of #675152
Black with #675152
Text Example
Text Example
White with #675152
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675152; }
p { color: rgb(103,81,82); }
H1.HeaderClassName
{
color: #675152;
}
.AnyTagClassName
{
color: #675152;
}
</style>
background-color css
<style>
a { background-color: #675152; }
a { background-color: rgb(103,81,82); }
div.DivClassName
{
background-color: #675152;
}
.BgClassName
{
background-color: #675152;
}
</style>
border-color css
<style>
span { border-color: #675152; }
span { border-color: rgb(103,81,82); }
td.TdClassName
{
border-color: #675152;
}
.TagClassName
{
border-color: #675152;
}
</style>