Shades of Finn #67415C
Tints of Finn #67415C
RGB
CMYK
RGB Variations
Color information
#67415C (or 0x67415C) is known color: Finn. HEX triplet: 67, 41 and 5C. RGB value is (103,65,92). Sum of RGB (Red+Green+Blue) = 103+65+92=260 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.62% from 260); Green value is 65 (25.78% from 255 or 25% from 260); Blue value is 92 (36.33% from 255 or 35.38% from 260); Max value from RGB is 103 - color contains mainly: red. Hex color #67415C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67415C is #98BEA3. Grayscale: #4F4F4F. Windows color (decimal): -10010276 or 6046055. OLE color: 6046055.
HSL color Cylindrical-coordinate representation of color #67415C: hue angle of 317.37º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #67415C is Cyan = 0, Magento = 0.37, Yellow = 0.11 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 65 | 92 | - |
| CMYK | 0 | 0.37 | 0.11 | 0.60 |
| HSL | 317.37º | 0.23% | 0.33% | - |
| HSV(B) | 317.37º | 0.37% | 0.4% | - |
| XYZ | 9.42 | 7.44 | 11.06 | - |
| YUV | 79.44 | 135.09 | 144.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 65 | 92 | 0 | 0.37 | 0.11 | 0.60 | 317.37 | 0.23 | 0.33 |
| Hex | 67 | 41 | 5C | 0 | 25 | B | 3C | 13D | 17 | 21 |
| Octal | 147 | 101 | 134 | 0 | 45 | 13 | 74 | 475 | 27 | 41 |
| Binary | 1100111 | 1000001 | 1011100 | 0 | 100101 | 1011 | 111100 | 100111101 | 10111 | 100001 |
Color Harmonies of #67415C
Complementary color
Monochromatic Colors of #67415C
Black with #67415C
Text Example
Text Example
White with #67415C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67415C; }
p { color: rgb(103,65,92); }
H1.HeaderClassName
{
color: #67415C;
}
.AnyTagClassName
{
color: #67415C;
}
</style>
background-color css
<style>
a { background-color: #67415C; }
a { background-color: rgb(103,65,92); }
div.DivClassName
{
background-color: #67415C;
}
.BgClassName
{
background-color: #67415C;
}
</style>
border-color css
<style>
span { border-color: #67415C; }
span { border-color: rgb(103,65,92); }
td.TdClassName
{
border-color: #67415C;
}
.TagClassName
{
border-color: #67415C;
}
</style>