Shades of Falcon #67595A
Tints of Falcon #67595A
RGB
CMYK
RGB Variations
Color information
#67595A (or 0x67595A) is known color: Falcon. HEX triplet: 67, 59 and 5A. RGB value is (103,89,90). Sum of RGB (Red+Green+Blue) = 103+89+90=282 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.52% from 282); Green value is 89 (35.16% from 255 or 31.56% from 282); Blue value is 90 (35.55% from 255 or 31.91% from 282); Max value from RGB is 103 - color contains mainly: red. Hex color #67595A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67595A is #98A6A5. Grayscale: #5D5D5D. Windows color (decimal): -10004134 or 5921127. OLE color: 5921127.
HSL color Cylindrical-coordinate representation of color #67595A: hue angle of 355.71º degrees, saturation: 0.07, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #67595A is Cyan = 0, Magento = 0.14, Yellow = 0.13 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 89 | 90 | - |
| CMYK | 0 | 0.14 | 0.13 | 0.60 |
| HSL | 355.71º | 0.07% | 0.38% | - |
| HSV(B) | 355.71º | 0.14% | 0.4% | - |
| XYZ | 11.01 | 10.77 | 11.17 | - |
| YUV | 93.3 | 126.14 | 134.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 89 | 90 | 0 | 0.14 | 0.13 | 0.60 | 355.71 | 0.07 | 0.38 |
| Hex | 67 | 59 | 5A | 0 | E | D | 3C | 164 | 7 | 26 |
| Octal | 147 | 131 | 132 | 0 | 16 | 15 | 74 | 544 | 7 | 46 |
| Binary | 1100111 | 1011001 | 1011010 | 0 | 1110 | 1101 | 111100 | 101100100 | 111 | 100110 |
Color Harmonies of #67595A
Complementary color
Monochromatic Colors of #67595A
Black with #67595A
Text Example
Text Example
White with #67595A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67595A; }
p { color: rgb(103,89,90); }
H1.HeaderClassName
{
color: #67595A;
}
.AnyTagClassName
{
color: #67595A;
}
</style>
background-color css
<style>
a { background-color: #67595A; }
a { background-color: rgb(103,89,90); }
div.DivClassName
{
background-color: #67595A;
}
.BgClassName
{
background-color: #67595A;
}
</style>
border-color css
<style>
span { border-color: #67595A; }
span { border-color: rgb(103,89,90); }
td.TdClassName
{
border-color: #67595A;
}
.TagClassName
{
border-color: #67595A;
}
</style>