Shades of Finn #6E3850
Tints of Finn #6E3850
RGB
CMYK
RGB Variations
Color information
#6E3850 (or 0x6E3850) is known color: Finn. HEX triplet: 6E, 38 and 50. RGB value is (110,56,80). Sum of RGB (Red+Green+Blue) = 110+56+80=246 (32% of max value = 765). Red value is 110 (43.36% from 255 or 44.72% from 246); Green value is 56 (22.27% from 255 or 22.76% from 246); Blue value is 80 (31.64% from 255 or 32.52% from 246); Max value from RGB is 110 - color contains mainly: red. Hex color #6E3850 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E3850 is #91C7AF. Grayscale: #4A4A4A. Windows color (decimal): -9553840 or 5257326. OLE color: 5257326.
HSL color Cylindrical-coordinate representation of color #6E3850: hue angle of 333.33º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6E3850 is Cyan = 0, Magento = 0.49, Yellow = 0.27 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 56 | 80 | - |
| CMYK | 0 | 0.49 | 0.27 | 0.57 |
| HSL | 333.33º | 0.33% | 0.33% | - |
| HSV(B) | 333.33º | 0.49% | 0.43% | - |
| XYZ | 9.29 | 6.72 | 8.4 | - |
| YUV | 74.88 | 130.89 | 153.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 56 | 80 | 0 | 0.49 | 0.27 | 0.57 | 333.33 | 0.33 | 0.33 |
| Hex | 6E | 38 | 50 | 0 | 31 | 1B | 39 | 14D | 21 | 21 |
| Octal | 156 | 70 | 120 | 0 | 61 | 33 | 71 | 515 | 41 | 41 |
| Binary | 1101110 | 111000 | 1010000 | 0 | 110001 | 11011 | 111001 | 101001101 | 100001 | 100001 |
Color Harmonies of #6E3850
Complementary color
Monochromatic Colors of #6E3850
Black with #6E3850
Text Example
Text Example
White with #6E3850
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E3850; }
p { color: rgb(110,56,80); }
H1.HeaderClassName
{
color: #6E3850;
}
.AnyTagClassName
{
color: #6E3850;
}
</style>
background-color css
<style>
a { background-color: #6E3850; }
a { background-color: rgb(110,56,80); }
div.DivClassName
{
background-color: #6E3850;
}
.BgClassName
{
background-color: #6E3850;
}
</style>
border-color css
<style>
span { border-color: #6E3850; }
span { border-color: rgb(110,56,80); }
td.TdClassName
{
border-color: #6E3850;
}
.TagClassName
{
border-color: #6E3850;
}
</style>