Shades of Finn #6C445A
Tints of Finn #6C445A
RGB
CMYK
RGB Variations
Color information
#6C445A (or 0x6C445A) is known color: Finn. HEX triplet: 6C, 44 and 5A. RGB value is (108,68,90). Sum of RGB (Red+Green+Blue) = 108+68+90=266 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.60% from 266); Green value is 68 (26.95% from 255 or 25.56% from 266); Blue value is 90 (35.55% from 255 or 33.83% from 266); Max value from RGB is 108 - color contains mainly: red. Hex color #6C445A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C445A is #93BBA5. Grayscale: #525252. Windows color (decimal): -9681830 or 5915756. OLE color: 5915756.
HSL color Cylindrical-coordinate representation of color #6C445A: hue angle of 327º degrees, saturation: 0.23, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6C445A is Cyan = 0, Magento = 0.37, Yellow = 0.17 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 68 | 90 | - |
| CMYK | 0 | 0.37 | 0.17 | 0.58 |
| HSL | 327º | 0.23% | 0.35% | - |
| HSV(B) | 327º | 0.37% | 0.42% | - |
| XYZ | 10.1 | 8.06 | 10.7 | - |
| YUV | 82.47 | 132.25 | 146.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 68 | 90 | 0 | 0.37 | 0.17 | 0.58 | 327 | 0.23 | 0.35 |
| Hex | 6C | 44 | 5A | 0 | 25 | 11 | 3A | 147 | 17 | 23 |
| Octal | 154 | 104 | 132 | 0 | 45 | 21 | 72 | 507 | 27 | 43 |
| Binary | 1101100 | 1000100 | 1011010 | 0 | 100101 | 10001 | 111010 | 101000111 | 10111 | 100011 |
Color Harmonies of #6C445A
Complementary color
Monochromatic Colors of #6C445A
Black with #6C445A
Text Example
Text Example
White with #6C445A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C445A; }
p { color: rgb(108,68,90); }
H1.HeaderClassName
{
color: #6C445A;
}
.AnyTagClassName
{
color: #6C445A;
}
</style>
background-color css
<style>
a { background-color: #6C445A; }
a { background-color: rgb(108,68,90); }
div.DivClassName
{
background-color: #6C445A;
}
.BgClassName
{
background-color: #6C445A;
}
</style>
border-color css
<style>
span { border-color: #6C445A; }
span { border-color: rgb(108,68,90); }
td.TdClassName
{
border-color: #6C445A;
}
.TagClassName
{
border-color: #6C445A;
}
</style>