Shades of Finn #6C4458
Tints of Finn #6C4458
RGB
CMYK
RGB Variations
Color information
#6C4458 (or 0x6C4458) is known color: Finn. HEX triplet: 6C, 44 and 58. RGB value is (108,68,88). Sum of RGB (Red+Green+Blue) = 108+68+88=264 (34% of max value = 765). Red value is 108 (42.58% from 255 or 40.91% from 264); Green value is 68 (26.95% from 255 or 25.76% from 264); Blue value is 88 (34.77% from 255 or 33.33% from 264); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4458 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C4458 is #93BBA7. Grayscale: #525252. Windows color (decimal): -9681832 or 5784684. OLE color: 5784684.
HSL color Cylindrical-coordinate representation of color #6C4458: hue angle of 330º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6C4458 is Cyan = 0, Magento = 0.37, Yellow = 0.19 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 68 | 88 | - |
| CMYK | 0 | 0.37 | 0.19 | 0.58 |
| HSL | 330º | 0.23% | 0.35% | - |
| HSV(B) | 330º | 0.37% | 0.42% | - |
| XYZ | 10.01 | 8.03 | 10.25 | - |
| YUV | 82.24 | 131.25 | 146.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 68 | 88 | 0 | 0.37 | 0.19 | 0.58 | 330 | 0.23 | 0.35 |
| Hex | 6C | 44 | 58 | 0 | 25 | 13 | 3A | 14A | 17 | 23 |
| Octal | 154 | 104 | 130 | 0 | 45 | 23 | 72 | 512 | 27 | 43 |
| Binary | 1101100 | 1000100 | 1011000 | 0 | 100101 | 10011 | 111010 | 101001010 | 10111 | 100011 |
Color Harmonies of #6C4458
Complementary color
Monochromatic Colors of #6C4458
Black with #6C4458
Text Example
Text Example
White with #6C4458
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C4458; }
p { color: rgb(108,68,88); }
H1.HeaderClassName
{
color: #6C4458;
}
.AnyTagClassName
{
color: #6C4458;
}
</style>
background-color css
<style>
a { background-color: #6C4458; }
a { background-color: rgb(108,68,88); }
div.DivClassName
{
background-color: #6C4458;
}
.BgClassName
{
background-color: #6C4458;
}
</style>
border-color css
<style>
span { border-color: #6C4458; }
span { border-color: rgb(108,68,88); }
td.TdClassName
{
border-color: #6C4458;
}
.TagClassName
{
border-color: #6C4458;
}
</style>