Shades of Finn #675158
Tints of Finn #675158
RGB
CMYK
RGB Variations
Color information
#675158 (or 0x675158) is known color: Finn. HEX triplet: 67, 51 and 58. RGB value is (103,81,88). Sum of RGB (Red+Green+Blue) = 103+81+88=272 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.87% from 272); Green value is 81 (32.03% from 255 or 29.78% from 272); Blue value is 88 (34.77% from 255 or 32.35% from 272); Max value from RGB is 103 - color contains mainly: red. Hex color #675158 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #675158 is #98AEA7. Grayscale: #585858. Windows color (decimal): -10006184 or 5788007. OLE color: 5788007.
HSL color Cylindrical-coordinate representation of color #675158: hue angle of 340.91º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #675158 is Cyan = 0, Magento = 0.21, Yellow = 0.15 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 81 | 88 | - |
| CMYK | 0 | 0.21 | 0.15 | 0.60 |
| HSL | 340.91º | 0.12% | 0.36% | - |
| HSV(B) | 340.91º | 0.21% | 0.4% | - |
| XYZ | 10.3 | 9.47 | 10.52 | - |
| YUV | 88.38 | 127.79 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 81 | 88 | 0 | 0.21 | 0.15 | 0.60 | 340.91 | 0.12 | 0.36 |
| Hex | 67 | 51 | 58 | 0 | 15 | F | 3C | 155 | C | 24 |
| Octal | 147 | 121 | 130 | 0 | 25 | 17 | 74 | 525 | 14 | 44 |
| Binary | 1100111 | 1010001 | 1011000 | 0 | 10101 | 1111 | 111100 | 101010101 | 1100 | 100100 |
Color Harmonies of #675158
Complementary color
Monochromatic Colors of #675158
Black with #675158
Text Example
Text Example
White with #675158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #675158; }
p { color: rgb(103,81,88); }
H1.HeaderClassName
{
color: #675158;
}
.AnyTagClassName
{
color: #675158;
}
</style>
background-color css
<style>
a { background-color: #675158; }
a { background-color: rgb(103,81,88); }
div.DivClassName
{
background-color: #675158;
}
.BgClassName
{
background-color: #675158;
}
</style>
border-color css
<style>
span { border-color: #675158; }
span { border-color: rgb(103,81,88); }
td.TdClassName
{
border-color: #675158;
}
.TagClassName
{
border-color: #675158;
}
</style>