Shades of Finn #6C4758
Tints of Finn #6C4758
RGB
CMYK
RGB Variations
Color information
#6C4758 (or 0x6C4758) is known color: Finn. HEX triplet: 6C, 47 and 58. RGB value is (108,71,88). Sum of RGB (Red+Green+Blue) = 108+71+88=267 (35% of max value = 765). Red value is 108 (42.58% from 255 or 40.45% from 267); Green value is 71 (28.12% from 255 or 26.59% from 267); Blue value is 88 (34.77% from 255 or 32.96% from 267); Max value from RGB is 108 - color contains mainly: red. Hex color #6C4758 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6C4758 is #93B8A7. Grayscale: #535353. Windows color (decimal): -9681064 or 5785452. OLE color: 5785452.
HSL color Cylindrical-coordinate representation of color #6C4758: hue angle of 332.43º degrees, saturation: 0.21, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6C4758 is Cyan = 0, Magento = 0.34, Yellow = 0.19 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 108 | 71 | 88 | - |
| CMYK | 0 | 0.34 | 0.19 | 0.58 |
| HSL | 332.43º | 0.21% | 0.35% | - |
| HSV(B) | 332.43º | 0.34% | 0.42% | - |
| XYZ | 10.2 | 8.4 | 10.32 | - |
| YUV | 84 | 130.26 | 145.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 108 | 71 | 88 | 0 | 0.34 | 0.19 | 0.58 | 332.43 | 0.21 | 0.35 |
| Hex | 6C | 47 | 58 | 0 | 22 | 13 | 3A | 14C | 15 | 23 |
| Octal | 154 | 107 | 130 | 0 | 42 | 23 | 72 | 514 | 25 | 43 |
| Binary | 1101100 | 1000111 | 1011000 | 0 | 100010 | 10011 | 111010 | 101001100 | 10101 | 100011 |
Color Harmonies of #6C4758
Complementary color
Monochromatic Colors of #6C4758
Black with #6C4758
Text Example
Text Example
White with #6C4758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6C4758; }
p { color: rgb(108,71,88); }
H1.HeaderClassName
{
color: #6C4758;
}
.AnyTagClassName
{
color: #6C4758;
}
</style>
background-color css
<style>
a { background-color: #6C4758; }
a { background-color: rgb(108,71,88); }
div.DivClassName
{
background-color: #6C4758;
}
.BgClassName
{
background-color: #6C4758;
}
</style>
border-color css
<style>
span { border-color: #6C4758; }
span { border-color: rgb(108,71,88); }
td.TdClassName
{
border-color: #6C4758;
}
.TagClassName
{
border-color: #6C4758;
}
</style>