Shades of Finn #6E455A
Tints of Finn #6E455A
RGB
CMYK
RGB Variations
Color information
#6E455A (or 0x6E455A) is known color: Finn. HEX triplet: 6E, 45 and 5A. RGB value is (110,69,90). Sum of RGB (Red+Green+Blue) = 110+69+90=269 (35% of max value = 765). Red value is 110 (43.36% from 255 or 40.89% from 269); Green value is 69 (27.34% from 255 or 25.65% from 269); Blue value is 90 (35.55% from 255 or 33.46% from 269); Max value from RGB is 110 - color contains mainly: red. Hex color #6E455A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6E455A is #91BAA5. Grayscale: #535353. Windows color (decimal): -9550502 or 5916014. OLE color: 5916014.
HSL color Cylindrical-coordinate representation of color #6E455A: hue angle of 329.27º 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 #6E455A is Cyan = 0, Magento = 0.37, Yellow = 0.18 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 110 | 69 | 90 | - |
| CMYK | 0 | 0.37 | 0.18 | 0.57 |
| HSL | 329.27º | 0.23% | 0.35% | - |
| HSV(B) | 329.27º | 0.37% | 0.43% | - |
| XYZ | 10.4 | 8.31 | 10.73 | - |
| YUV | 83.65 | 131.58 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 110 | 69 | 90 | 0 | 0.37 | 0.18 | 0.57 | 329.27 | 0.23 | 0.35 |
| Hex | 6E | 45 | 5A | 0 | 25 | 12 | 39 | 149 | 17 | 23 |
| Octal | 156 | 105 | 132 | 0 | 45 | 22 | 71 | 511 | 27 | 43 |
| Binary | 1101110 | 1000101 | 1011010 | 0 | 100101 | 10010 | 111001 | 101001001 | 10111 | 100011 |
Color Harmonies of #6E455A
Complementary color
Monochromatic Colors of #6E455A
Black with #6E455A
Text Example
Text Example
White with #6E455A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6E455A; }
p { color: rgb(110,69,90); }
H1.HeaderClassName
{
color: #6E455A;
}
.AnyTagClassName
{
color: #6E455A;
}
</style>
background-color css
<style>
a { background-color: #6E455A; }
a { background-color: rgb(110,69,90); }
div.DivClassName
{
background-color: #6E455A;
}
.BgClassName
{
background-color: #6E455A;
}
</style>
border-color css
<style>
span { border-color: #6E455A; }
span { border-color: rgb(110,69,90); }
td.TdClassName
{
border-color: #6E455A;
}
.TagClassName
{
border-color: #6E455A;
}
</style>