Shades of Finn #67405A
Tints of Finn #67405A
RGB
CMYK
RGB Variations
Color information
#67405A (or 0x67405A) is known color: Finn. HEX triplet: 67, 40 and 5A. RGB value is (103,64,90). Sum of RGB (Red+Green+Blue) = 103+64+90=257 (34% of max value = 765). Red value is 103 (40.62% from 255 or 40.08% from 257); Green value is 64 (25.39% from 255 or 24.90% from 257); Blue value is 90 (35.55% from 255 or 35.02% from 257); Max value from RGB is 103 - color contains mainly: red. Hex color #67405A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67405A is #98BFA5. Grayscale: #4E4E4E. Windows color (decimal): -10010534 or 5914727. OLE color: 5914727.
HSL color Cylindrical-coordinate representation of color #67405A: hue angle of 320º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #67405A is Cyan = 0, Magento = 0.38, Yellow = 0.13 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 64 | 90 | - |
| CMYK | 0 | 0.38 | 0.13 | 0.60 |
| HSL | 320º | 0.23% | 0.33% | - |
| HSV(B) | 320º | 0.38% | 0.4% | - |
| XYZ | 9.27 | 7.29 | 10.59 | - |
| YUV | 78.63 | 134.42 | 145.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 64 | 90 | 0 | 0.38 | 0.13 | 0.60 | 320 | 0.23 | 0.33 |
| Hex | 67 | 40 | 5A | 0 | 26 | D | 3C | 140 | 17 | 21 |
| Octal | 147 | 100 | 132 | 0 | 46 | 15 | 74 | 500 | 27 | 41 |
| Binary | 1100111 | 1000000 | 1011010 | 0 | 100110 | 1101 | 111100 | 101000000 | 10111 | 100001 |
Color Harmonies of #67405A
Complementary color
Monochromatic Colors of #67405A
Black with #67405A
Text Example
Text Example
White with #67405A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67405A; }
p { color: rgb(103,64,90); }
H1.HeaderClassName
{
color: #67405A;
}
.AnyTagClassName
{
color: #67405A;
}
</style>
background-color css
<style>
a { background-color: #67405A; }
a { background-color: rgb(103,64,90); }
div.DivClassName
{
background-color: #67405A;
}
.BgClassName
{
background-color: #67405A;
}
</style>
border-color css
<style>
span { border-color: #67405A; }
span { border-color: rgb(103,64,90); }
td.TdClassName
{
border-color: #67405A;
}
.TagClassName
{
border-color: #67405A;
}
</style>