Shades of Finn #67404F
Tints of Finn #67404F
RGB
CMYK
RGB Variations
Color information
#67404F (or 0x67404F) is known color: Finn. HEX triplet: 67, 40 and 4F. RGB value is (103,64,79). Sum of RGB (Red+Green+Blue) = 103+64+79=246 (32% of max value = 765). Red value is 103 (40.62% from 255 or 41.87% from 246); Green value is 64 (25.39% from 255 or 26.02% from 246); Blue value is 79 (31.25% from 255 or 32.11% from 246); Max value from RGB is 103 - color contains mainly: red. Hex color #67404F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67404F is #98BFB0. Grayscale: #4D4D4D. Windows color (decimal): -10010545 or 5193831. OLE color: 5193831.
HSL color Cylindrical-coordinate representation of color #67404F: hue angle of 336.92º 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 #67404F is Cyan = 0, Magento = 0.38, Yellow = 0.23 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 64 | 79 | - |
| CMYK | 0 | 0.38 | 0.23 | 0.60 |
| HSL | 336.92º | 0.23% | 0.33% | - |
| HSV(B) | 336.92º | 0.38% | 0.4% | - |
| XYZ | 8.84 | 7.11 | 8.3 | - |
| YUV | 77.37 | 128.92 | 146.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 64 | 79 | 0 | 0.38 | 0.23 | 0.60 | 336.92 | 0.23 | 0.33 |
| Hex | 67 | 40 | 4F | 0 | 26 | 17 | 3C | 151 | 17 | 21 |
| Octal | 147 | 100 | 117 | 0 | 46 | 27 | 74 | 521 | 27 | 41 |
| Binary | 1100111 | 1000000 | 1001111 | 0 | 100110 | 10111 | 111100 | 101010001 | 10111 | 100001 |
Color Harmonies of #67404F
Complementary color
Monochromatic Colors of #67404F
Black with #67404F
Text Example
Text Example
White with #67404F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67404F; }
p { color: rgb(103,64,79); }
H1.HeaderClassName
{
color: #67404F;
}
.AnyTagClassName
{
color: #67404F;
}
</style>
background-color css
<style>
a { background-color: #67404F; }
a { background-color: rgb(103,64,79); }
div.DivClassName
{
background-color: #67404F;
}
.BgClassName
{
background-color: #67404F;
}
</style>
border-color css
<style>
span { border-color: #67404F; }
span { border-color: rgb(103,64,79); }
td.TdClassName
{
border-color: #67404F;
}
.TagClassName
{
border-color: #67404F;
}
</style>