Shades of Falcon #67585A
Tints of Falcon #67585A
RGB
CMYK
RGB Variations
Color information
#67585A (or 0x67585A) is known color: Falcon. HEX triplet: 67, 58 and 5A. RGB value is (103,88,90). Sum of RGB (Red+Green+Blue) = 103+88+90=281 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.65% from 281); Green value is 88 (34.77% from 255 or 31.32% from 281); Blue value is 90 (35.55% from 255 or 32.03% from 281); Max value from RGB is 103 - color contains mainly: red. Hex color #67585A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67585A is #98A7A5. Grayscale: #5C5C5C. Windows color (decimal): -10004390 or 5920871. OLE color: 5920871.
HSL color Cylindrical-coordinate representation of color #67585A: hue angle of 352º degrees, saturation: 0.08, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #67585A is Cyan = 0, Magento = 0.15, Yellow = 0.13 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 88 | 90 | - |
| CMYK | 0 | 0.15 | 0.13 | 0.60 |
| HSL | 352º | 0.08% | 0.37% | - |
| HSV(B) | 352º | 0.15% | 0.4% | - |
| XYZ | 10.93 | 10.6 | 11.14 | - |
| YUV | 92.71 | 126.47 | 135.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 88 | 90 | 0 | 0.15 | 0.13 | 0.60 | 352 | 0.08 | 0.37 |
| Hex | 67 | 58 | 5A | 0 | F | D | 3C | 160 | 8 | 25 |
| Octal | 147 | 130 | 132 | 0 | 17 | 15 | 74 | 540 | 10 | 45 |
| Binary | 1100111 | 1011000 | 1011010 | 0 | 1111 | 1101 | 111100 | 101100000 | 1000 | 100101 |
Color Harmonies of #67585A
Complementary color
Monochromatic Colors of #67585A
Black with #67585A
Text Example
Text Example
White with #67585A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67585A; }
p { color: rgb(103,88,90); }
H1.HeaderClassName
{
color: #67585A;
}
.AnyTagClassName
{
color: #67585A;
}
</style>
background-color css
<style>
a { background-color: #67585A; }
a { background-color: rgb(103,88,90); }
div.DivClassName
{
background-color: #67585A;
}
.BgClassName
{
background-color: #67585A;
}
</style>
border-color css
<style>
span { border-color: #67585A; }
span { border-color: rgb(103,88,90); }
td.TdClassName
{
border-color: #67585A;
}
.TagClassName
{
border-color: #67585A;
}
</style>