Shades of Finn #67405B
Tints of Finn #67405B
RGB
CMYK
RGB Variations
Color information
#67405B (or 0x67405B) is known color: Finn. HEX triplet: 67, 40 and 5B. RGB value is (103,64,91). Sum of RGB (Red+Green+Blue) = 103+64+91=258 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.92% from 258); Green value is 64 (25.39% from 255 or 24.81% from 258); Blue value is 91 (35.94% from 255 or 35.27% from 258); Max value from RGB is 103 - color contains mainly: red. Hex color #67405B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67405B is #98BFA4. Grayscale: #4E4E4E. Windows color (decimal): -10010533 or 5980263. OLE color: 5980263.
HSL color Cylindrical-coordinate representation of color #67405B: hue angle of 318.46º 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 #67405B is Cyan = 0, Magento = 0.38, Yellow = 0.12 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 64 | 91 | - |
| CMYK | 0 | 0.38 | 0.12 | 0.60 |
| HSL | 318.46º | 0.23% | 0.33% | - |
| HSV(B) | 318.46º | 0.38% | 0.4% | - |
| XYZ | 9.32 | 7.31 | 10.82 | - |
| YUV | 78.74 | 134.92 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 64 | 91 | 0 | 0.38 | 0.12 | 0.60 | 318.46 | 0.23 | 0.33 |
| Hex | 67 | 40 | 5B | 0 | 26 | C | 3C | 13E | 17 | 21 |
| Octal | 147 | 100 | 133 | 0 | 46 | 14 | 74 | 476 | 27 | 41 |
| Binary | 1100111 | 1000000 | 1011011 | 0 | 100110 | 1100 | 111100 | 100111110 | 10111 | 100001 |
Color Harmonies of #67405B
Complementary color
Monochromatic Colors of #67405B
Black with #67405B
Text Example
Text Example
White with #67405B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67405B; }
p { color: rgb(103,64,91); }
H1.HeaderClassName
{
color: #67405B;
}
.AnyTagClassName
{
color: #67405B;
}
</style>
background-color css
<style>
a { background-color: #67405B; }
a { background-color: rgb(103,64,91); }
div.DivClassName
{
background-color: #67405B;
}
.BgClassName
{
background-color: #67405B;
}
</style>
border-color css
<style>
span { border-color: #67405B; }
span { border-color: rgb(103,64,91); }
td.TdClassName
{
border-color: #67405B;
}
.TagClassName
{
border-color: #67405B;
}
</style>