Shades of Finn #67425A
Tints of Finn #67425A
RGB
CMYK
RGB Variations
Color information
#67425A (or 0x67425A) is known color: Finn. HEX triplet: 67, 42 and 5A. RGB value is (103,66,90). Sum of RGB (Red+Green+Blue) = 103+66+90=259 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.77% from 259); Green value is 66 (26.17% from 255 or 25.48% from 259); Blue value is 90 (35.55% from 255 or 34.75% from 259); Max value from RGB is 103 - color contains mainly: red. Hex color #67425A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #67425A is #98BDA5. Grayscale: #4F4F4F. Windows color (decimal): -10010022 or 5915239. OLE color: 5915239.
HSL color Cylindrical-coordinate representation of color #67425A: hue angle of 321.08º 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 #67425A is Cyan = 0, Magento = 0.36, Yellow = 0.13 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 66 | 90 | - |
| CMYK | 0 | 0.36 | 0.13 | 0.60 |
| HSL | 321.08º | 0.22% | 0.33% | - |
| HSV(B) | 321.08º | 0.36% | 0.4% | - |
| XYZ | 9.39 | 7.52 | 10.63 | - |
| YUV | 79.8 | 133.76 | 144.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 66 | 90 | 0 | 0.36 | 0.13 | 0.60 | 321.08 | 0.22 | 0.33 |
| Hex | 67 | 42 | 5A | 0 | 24 | D | 3C | 141 | 16 | 21 |
| Octal | 147 | 102 | 132 | 0 | 44 | 15 | 74 | 501 | 26 | 41 |
| Binary | 1100111 | 1000010 | 1011010 | 0 | 100100 | 1101 | 111100 | 101000001 | 10110 | 100001 |
Color Harmonies of #67425A
Complementary color
Monochromatic Colors of #67425A
Black with #67425A
Text Example
Text Example
White with #67425A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67425A; }
p { color: rgb(103,66,90); }
H1.HeaderClassName
{
color: #67425A;
}
.AnyTagClassName
{
color: #67425A;
}
</style>
background-color css
<style>
a { background-color: #67425A; }
a { background-color: rgb(103,66,90); }
div.DivClassName
{
background-color: #67425A;
}
.BgClassName
{
background-color: #67425A;
}
</style>
border-color css
<style>
span { border-color: #67425A; }
span { border-color: rgb(103,66,90); }
td.TdClassName
{
border-color: #67425A;
}
.TagClassName
{
border-color: #67425A;
}
</style>