Shades of Finn #6D4258
Tints of Finn #6D4258
RGB
CMYK
RGB Variations
Color information
#6D4258 (or 0x6D4258) is known color: Finn. HEX triplet: 6D, 42 and 58. RGB value is (109,66,88). Sum of RGB (Red+Green+Blue) = 109+66+88=263 (34% of max value = 765). Red value is 109 (42.97% from 255 or 41.44% from 263); Green value is 66 (26.17% from 255 or 25.10% from 263); Blue value is 88 (34.77% from 255 or 33.46% from 263); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4258 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D4258 is #92BDA7. Grayscale: #515151. Windows color (decimal): -9616808 or 5784173. OLE color: 5784173.
HSL color Cylindrical-coordinate representation of color #6D4258: hue angle of 329.3º degrees, saturation: 0.25, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6D4258 is Cyan = 0, Magento = 0.39, Yellow = 0.19 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 66 | 88 | - |
| CMYK | 0 | 0.39 | 0.19 | 0.57 |
| HSL | 329.3º | 0.25% | 0.34% | - |
| HSV(B) | 329.3º | 0.39% | 0.43% | - |
| XYZ | 10.02 | 7.85 | 10.22 | - |
| YUV | 81.37 | 131.75 | 147.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 66 | 88 | 0 | 0.39 | 0.19 | 0.57 | 329.3 | 0.25 | 0.34 |
| Hex | 6D | 42 | 58 | 0 | 27 | 13 | 39 | 149 | 19 | 22 |
| Octal | 155 | 102 | 130 | 0 | 47 | 23 | 71 | 511 | 31 | 42 |
| Binary | 1101101 | 1000010 | 1011000 | 0 | 100111 | 10011 | 111001 | 101001001 | 11001 | 100010 |
Color Harmonies of #6D4258
Complementary color
Monochromatic Colors of #6D4258
Black with #6D4258
Text Example
Text Example
White with #6D4258
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4258; }
p { color: rgb(109,66,88); }
H1.HeaderClassName
{
color: #6D4258;
}
.AnyTagClassName
{
color: #6D4258;
}
</style>
background-color css
<style>
a { background-color: #6D4258; }
a { background-color: rgb(109,66,88); }
div.DivClassName
{
background-color: #6D4258;
}
.BgClassName
{
background-color: #6D4258;
}
</style>
border-color css
<style>
span { border-color: #6D4258; }
span { border-color: rgb(109,66,88); }
td.TdClassName
{
border-color: #6D4258;
}
.TagClassName
{
border-color: #6D4258;
}
</style>