Shades of Finn #67515E
Tints of Finn #67515E
RGB
CMYK
RGB Variations
Color information
#67515E (or 0x67515E) is known color: Finn. HEX triplet: 67, 51 and 5E. RGB value is (103,81,94). Sum of RGB (Red+Green+Blue) = 103+81+94=278 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.05% from 278); Green value is 81 (32.03% from 255 or 29.14% from 278); Blue value is 94 (37.11% from 255 or 33.81% from 278); Max value from RGB is 103 - color contains mainly: red. Hex color #67515E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #67515E is #98AEA1. Grayscale: #595959. Windows color (decimal): -10006178 or 6181223. OLE color: 6181223.
HSL color Cylindrical-coordinate representation of color #67515E: hue angle of 324.55º 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 #67515E is Cyan = 0, Magento = 0.21, Yellow = 0.09 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 81 | 94 | - |
| CMYK | 0 | 0.21 | 0.09 | 0.60 |
| HSL | 324.55º | 0.12% | 0.36% | - |
| HSV(B) | 324.55º | 0.21% | 0.4% | - |
| XYZ | 10.56 | 9.58 | 11.88 | - |
| YUV | 89.06 | 130.79 | 137.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 81 | 94 | 0 | 0.21 | 0.09 | 0.60 | 324.55 | 0.12 | 0.36 |
| Hex | 67 | 51 | 5E | 0 | 15 | 9 | 3C | 145 | C | 24 |
| Octal | 147 | 121 | 136 | 0 | 25 | 11 | 74 | 505 | 14 | 44 |
| Binary | 1100111 | 1010001 | 1011110 | 0 | 10101 | 1001 | 111100 | 101000101 | 1100 | 100100 |
Color Harmonies of #67515E
Complementary color
Monochromatic Colors of #67515E
Black with #67515E
Text Example
Text Example
White with #67515E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67515E; }
p { color: rgb(103,81,94); }
H1.HeaderClassName
{
color: #67515E;
}
.AnyTagClassName
{
color: #67515E;
}
</style>
background-color css
<style>
a { background-color: #67515E; }
a { background-color: rgb(103,81,94); }
div.DivClassName
{
background-color: #67515E;
}
.BgClassName
{
background-color: #67515E;
}
</style>
border-color css
<style>
span { border-color: #67515E; }
span { border-color: rgb(103,81,94); }
td.TdClassName
{
border-color: #67515E;
}
.TagClassName
{
border-color: #67515E;
}
</style>