Shades of Finn #6E455E
Tints of Finn #6E455E
RGB
CMYK
RGB Variations
Color information
#6E455E (or 0x6E455E) is known color: Finn. HEX triplet: 6E, 45 and 5E. RGB value is (110,69,94). Sum of RGB (Red+Green+Blue) = 110+69+94=273 (36% of max value = 765). Red value is 110 (43.36% from 255 or 40.29% from 273); Green value is 69 (27.34% from 255 or 25.27% from 273); Blue value is 94 (37.11% from 255 or 34.43% from 273); Max value from RGB is 110 - color contains mainly: red. Hex color #6E455E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E455E is #91BAA1. Grayscale: #545454. Windows color (decimal): -9550498 or 6178158. OLE color: 6178158.
HSL color Cylindrical-coordinate representation of color #6E455E: hue angle of 323.41º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6E455E is Cyan = 0, Magento = 0.37, Yellow = 0.15 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 69 | 94 | - |
| CMYK | 0 | 0.37 | 0.15 | 0.57 |
| HSL | 323.41º | 0.23% | 0.35% | - |
| HSV(B) | 323.41º | 0.37% | 0.43% | - |
| XYZ | 10.58 | 8.38 | 11.65 | - |
| YUV | 84.11 | 133.58 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 69 | 94 | 0 | 0.37 | 0.15 | 0.57 | 323.41 | 0.23 | 0.35 |
| Hex | 6E | 45 | 5E | 0 | 25 | F | 39 | 143 | 17 | 23 |
| Octal | 156 | 105 | 136 | 0 | 45 | 17 | 71 | 503 | 27 | 43 |
| Binary | 1101110 | 1000101 | 1011110 | 0 | 100101 | 1111 | 111001 | 101000011 | 10111 | 100011 |
Color Harmonies of #6E455E
Complementary color
Monochromatic Colors of #6E455E
Black with #6E455E
Text Example
Text Example
White with #6E455E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E455E; }
p { color: rgb(110,69,94); }
H1.HeaderClassName
{
color: #6E455E;
}
.AnyTagClassName
{
color: #6E455E;
}
</style>
background-color css
<style>
a { background-color: #6E455E; }
a { background-color: rgb(110,69,94); }
div.DivClassName
{
background-color: #6E455E;
}
.BgClassName
{
background-color: #6E455E;
}
</style>
border-color css
<style>
span { border-color: #6E455E; }
span { border-color: rgb(110,69,94); }
td.TdClassName
{
border-color: #6E455E;
}
.TagClassName
{
border-color: #6E455E;
}
</style>