Shades of Finn #6D465A
Tints of Finn #6D465A
RGB
CMYK
RGB Variations
Color information
#6D465A (or 0x6D465A) is known color: Finn. HEX triplet: 6D, 46 and 5A. RGB value is (109,70,90). Sum of RGB (Red+Green+Blue) = 109+70+90=269 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.52% from 269); Green value is 70 (27.73% from 255 or 26.02% from 269); Blue value is 90 (35.55% from 255 or 33.46% from 269); Max value from RGB is 109 - color contains mainly: red. Hex color #6D465A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D465A is #92B9A5. Grayscale: #535353. Windows color (decimal): -9615782 or 5916269. OLE color: 5916269.
HSL color Cylindrical-coordinate representation of color #6D465A: hue angle of 329.23º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6D465A is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 70 | 90 | - |
| CMYK | 0 | 0.36 | 0.17 | 0.57 |
| HSL | 329.23º | 0.22% | 0.35% | - |
| HSV(B) | 329.23º | 0.36% | 0.43% | - |
| XYZ | 10.34 | 8.37 | 10.74 | - |
| YUV | 83.94 | 131.42 | 145.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 70 | 90 | 0 | 0.36 | 0.17 | 0.57 | 329.23 | 0.22 | 0.35 |
| Hex | 6D | 46 | 5A | 0 | 24 | 11 | 39 | 149 | 16 | 23 |
| Octal | 155 | 106 | 132 | 0 | 44 | 21 | 71 | 511 | 26 | 43 |
| Binary | 1101101 | 1000110 | 1011010 | 0 | 100100 | 10001 | 111001 | 101001001 | 10110 | 100011 |
Color Harmonies of #6D465A
Complementary color
Monochromatic Colors of #6D465A
Black with #6D465A
Text Example
Text Example
White with #6D465A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D465A; }
p { color: rgb(109,70,90); }
H1.HeaderClassName
{
color: #6D465A;
}
.AnyTagClassName
{
color: #6D465A;
}
</style>
background-color css
<style>
a { background-color: #6D465A; }
a { background-color: rgb(109,70,90); }
div.DivClassName
{
background-color: #6D465A;
}
.BgClassName
{
background-color: #6D465A;
}
</style>
border-color css
<style>
span { border-color: #6D465A; }
span { border-color: rgb(109,70,90); }
td.TdClassName
{
border-color: #6D465A;
}
.TagClassName
{
border-color: #6D465A;
}
</style>