Shades of Finn #6D4B57
Tints of Finn #6D4B57
RGB
CMYK
RGB Variations
Color information
#6D4B57 (or 0x6D4B57) is known color: Finn. HEX triplet: 6D, 4B and 57. RGB value is (109,75,87). Sum of RGB (Red+Green+Blue) = 109+75+87=271 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.22% from 271); Green value is 75 (29.69% from 255 or 27.68% from 271); Blue value is 87 (34.38% from 255 or 32.10% from 271); Max value from RGB is 109 - color contains mainly: red. Hex color #6D4B57 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D4B57 is #92B4A8. Grayscale: #565656. Windows color (decimal): -9614505 or 5720941. OLE color: 5720941.
HSL color Cylindrical-coordinate representation of color #6D4B57: hue angle of 338.82º degrees, saturation: 0.18, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #6D4B57 is Cyan = 0, Magento = 0.31, Yellow = 0.20 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 75 | 87 | - |
| CMYK | 0 | 0.31 | 0.20 | 0.57 |
| HSL | 338.82º | 0.18% | 0.36% | - |
| HSV(B) | 338.82º | 0.31% | 0.43% | - |
| XYZ | 10.54 | 8.97 | 10.19 | - |
| YUV | 86.53 | 128.26 | 144.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 75 | 87 | 0 | 0.31 | 0.20 | 0.57 | 338.82 | 0.18 | 0.36 |
| Hex | 6D | 4B | 57 | 0 | 1F | 14 | 39 | 153 | 12 | 24 |
| Octal | 155 | 113 | 127 | 0 | 37 | 24 | 71 | 523 | 22 | 44 |
| Binary | 1101101 | 1001011 | 1010111 | 0 | 11111 | 10100 | 111001 | 101010011 | 10010 | 100100 |
Color Harmonies of #6D4B57
Complementary color
Monochromatic Colors of #6D4B57
Black with #6D4B57
Text Example
Text Example
White with #6D4B57
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D4B57; }
p { color: rgb(109,75,87); }
H1.HeaderClassName
{
color: #6D4B57;
}
.AnyTagClassName
{
color: #6D4B57;
}
</style>
background-color css
<style>
a { background-color: #6D4B57; }
a { background-color: rgb(109,75,87); }
div.DivClassName
{
background-color: #6D4B57;
}
.BgClassName
{
background-color: #6D4B57;
}
</style>
border-color css
<style>
span { border-color: #6D4B57; }
span { border-color: rgb(109,75,87); }
td.TdClassName
{
border-color: #6D4B57;
}
.TagClassName
{
border-color: #6D4B57;
}
</style>