Shades of Falcon #665253
Tints of Falcon #665253
RGB
CMYK
RGB Variations
Color information
#665253 (or 0x665253) is known color: Falcon. HEX triplet: 66, 52 and 53. RGB value is (102,82,83). Sum of RGB (Red+Green+Blue) = 102+82+83=267 (35% of max value = 765). Red value is 102 (40.23% from 255 or 38.20% from 267); Green value is 82 (32.42% from 255 or 30.71% from 267); Blue value is 83 (32.81% from 255 or 31.09% from 267); Max value from RGB is 102 - color contains mainly: red. Hex color #665253 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665253 is #99ADAC. Grayscale: #585858. Windows color (decimal): -10071469 or 5460582. OLE color: 5460582.
HSL color Cylindrical-coordinate representation of color #665253: hue angle of 357º degrees, saturation: 0.11, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #665253 is Cyan = 0, Magento = 0.20, Yellow = 0.19 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 102 | 82 | 83 | - |
| CMYK | 0 | 0.20 | 0.19 | 0.6 |
| HSL | 357º | 0.11% | 0.36% | - |
| HSV(B) | 357º | 0.2% | 0.4% | - |
| XYZ | 10.06 | 9.48 | 9.48 | - |
| YUV | 88.09 | 125.13 | 137.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 82 | 83 | 0 | 0.20 | 0.19 | 0.6 | 357 | 0.11 | 0.36 |
| Hex | 66 | 52 | 53 | 0 | 14 | 13 | 3C | 165 | B | 24 |
| Octal | 146 | 122 | 123 | 0 | 24 | 23 | 74 | 545 | 13 | 44 |
| Binary | 1100110 | 1010010 | 1010011 | 0 | 10100 | 10011 | 111100 | 101100101 | 1011 | 100100 |
Color Harmonies of #665253
Complementary color
Monochromatic Colors of #665253
Black with #665253
Text Example
Text Example
White with #665253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #665253; }
p { color: rgb(102,82,83); }
H1.HeaderClassName
{
color: #665253;
}
.AnyTagClassName
{
color: #665253;
}
</style>
background-color css
<style>
a { background-color: #665253; }
a { background-color: rgb(102,82,83); }
div.DivClassName
{
background-color: #665253;
}
.BgClassName
{
background-color: #665253;
}
</style>
border-color css
<style>
span { border-color: #665253; }
span { border-color: rgb(102,82,83); }
td.TdClassName
{
border-color: #665253;
}
.TagClassName
{
border-color: #665253;
}
</style>