Shades of Finn #6C4F5C
Tints of Finn #6C4F5C
RGB
CMYK
RGB Variations
Color information
#6C4F5C (or 0x6C4F5C) is known color: Finn. HEX triplet: 6C, 4F and 5C. RGB value is (108,79,92). Sum of RGB (Red+Green+Blue) = 108+79+92=279 (36% of max value = 765). Red value is 108 (42.58% from 255 or 38.71% from 279); Green value is 79 (31.25% from 255 or 28.32% from 279); Blue value is 92 (36.33% from 255 or 32.97% from 279); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4F5C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6C4F5C is #93B0A3. Grayscale: #595959. Windows color (decimal): -9679012 or 6049644. OLE color: 6049644.
HSL color Cylindrical-coordinate representation of color #6C4F5C: hue angle of 333.1º degrees, saturation: 0.16, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6C4F5C is Cyan = 0, Magento = 0.27, Yellow = 0.15 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 79 | 92 | - |
| CMYK | 0 | 0.27 | 0.15 | 0.58 |
| HSL | 333.1º | 0.16% | 0.37% | - |
| HSV(B) | 333.1º | 0.27% | 0.42% | - |
| XYZ | 10.91 | 9.55 | 11.39 | - |
| YUV | 89.15 | 129.61 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 79 | 92 | 0 | 0.27 | 0.15 | 0.58 | 333.1 | 0.16 | 0.37 |
| Hex | 6C | 4F | 5C | 0 | 1B | F | 3A | 14D | 10 | 25 |
| Octal | 154 | 117 | 134 | 0 | 33 | 17 | 72 | 515 | 20 | 45 |
| Binary | 1101100 | 1001111 | 1011100 | 0 | 11011 | 1111 | 111010 | 101001101 | 10000 | 100101 |
Color Harmonies of #6C4F5C
Complementary color
Monochromatic Colors of #6C4F5C
Black with #6C4F5C
Text Example
Text Example
White with #6C4F5C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C4F5C; }
p { color: rgb(108,79,92); }
H1.HeaderClassName
{
color: #6C4F5C;
}
.AnyTagClassName
{
color: #6C4F5C;
}
</style>
background-color css
<style>
a { background-color: #6C4F5C; }
a { background-color: rgb(108,79,92); }
div.DivClassName
{
background-color: #6C4F5C;
}
.BgClassName
{
background-color: #6C4F5C;
}
</style>
border-color css
<style>
span { border-color: #6C4F5C; }
span { border-color: rgb(108,79,92); }
td.TdClassName
{
border-color: #6C4F5C;
}
.TagClassName
{
border-color: #6C4F5C;
}
</style>