Shades of Finn #67425C
Tints of Finn #67425C
RGB
CMYK
RGB Variations
Color information
#67425C (or 0x67425C) is known color: Finn. HEX triplet: 67, 42 and 5C. RGB value is (103,66,92). Sum of RGB (Red+Green+Blue) = 103+66+92=261 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.46% from 261); Green value is 66 (26.17% from 255 or 25.29% from 261); Blue value is 92 (36.33% from 255 or 35.25% from 261); Max value from RGB is 103 - color contains mainly: red. Hex color #67425C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67425C is #98BDA3. Grayscale: #4F4F4F. Windows color (decimal): -10010020 or 6046311. OLE color: 6046311.
HSL color Cylindrical-coordinate representation of color #67425C: hue angle of 317.84º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #67425C is Cyan = 0, Magento = 0.36, Yellow = 0.11 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 66 | 92 | - |
| CMYK | 0 | 0.36 | 0.11 | 0.60 |
| HSL | 317.84º | 0.22% | 0.33% | - |
| HSV(B) | 317.84º | 0.36% | 0.4% | - |
| XYZ | 9.47 | 7.55 | 11.08 | - |
| YUV | 80.03 | 134.76 | 144.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 66 | 92 | 0 | 0.36 | 0.11 | 0.60 | 317.84 | 0.22 | 0.33 |
| Hex | 67 | 42 | 5C | 0 | 24 | B | 3C | 13E | 16 | 21 |
| Octal | 147 | 102 | 134 | 0 | 44 | 13 | 74 | 476 | 26 | 41 |
| Binary | 1100111 | 1000010 | 1011100 | 0 | 100100 | 1011 | 111100 | 100111110 | 10110 | 100001 |
Color Harmonies of #67425C
Complementary color
Monochromatic Colors of #67425C
Black with #67425C
Text Example
Text Example
White with #67425C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67425C; }
p { color: rgb(103,66,92); }
H1.HeaderClassName
{
color: #67425C;
}
.AnyTagClassName
{
color: #67425C;
}
</style>
background-color css
<style>
a { background-color: #67425C; }
a { background-color: rgb(103,66,92); }
div.DivClassName
{
background-color: #67425C;
}
.BgClassName
{
background-color: #67425C;
}
</style>
border-color css
<style>
span { border-color: #67425C; }
span { border-color: rgb(103,66,92); }
td.TdClassName
{
border-color: #67425C;
}
.TagClassName
{
border-color: #67425C;
}
</style>