Shades of Finn #6B4E5D
Tints of Finn #6B4E5D
RGB
CMYK
RGB Variations
Color information
#6B4E5D (or 0x6B4E5D) is known color: Finn. HEX triplet: 6B, 4E and 5D. RGB value is (107,78,93). Sum of RGB (Red+Green+Blue) = 107+78+93=278 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.49% from 278); Green value is 78 (30.86% from 255 or 28.06% from 278); Blue value is 93 (36.72% from 255 or 33.45% from 278); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4E5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B4E5D is #94B1A2. Grayscale: #585858. Windows color (decimal): -9744803 or 6114923. OLE color: 6114923.
HSL color Cylindrical-coordinate representation of color #6B4E5D: hue angle of 328.97º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #6B4E5D is Cyan = 0, Magento = 0.27, Yellow = 0.13 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 78 | 93 | - |
| CMYK | 0 | 0.27 | 0.13 | 0.58 |
| HSL | 328.97º | 0.16% | 0.36% | - |
| HSV(B) | 328.97º | 0.27% | 0.42% | - |
| XYZ | 10.76 | 9.36 | 11.6 | - |
| YUV | 88.38 | 130.61 | 141.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 78 | 93 | 0 | 0.27 | 0.13 | 0.58 | 328.97 | 0.16 | 0.36 |
| Hex | 6B | 4E | 5D | 0 | 1B | D | 3A | 149 | 10 | 24 |
| Octal | 153 | 116 | 135 | 0 | 33 | 15 | 72 | 511 | 20 | 44 |
| Binary | 1101011 | 1001110 | 1011101 | 0 | 11011 | 1101 | 111010 | 101001001 | 10000 | 100100 |
Color Harmonies of #6B4E5D
Complementary color
Monochromatic Colors of #6B4E5D
Black with #6B4E5D
Text Example
Text Example
White with #6B4E5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4E5D; }
p { color: rgb(107,78,93); }
H1.HeaderClassName
{
color: #6B4E5D;
}
.AnyTagClassName
{
color: #6B4E5D;
}
</style>
background-color css
<style>
a { background-color: #6B4E5D; }
a { background-color: rgb(107,78,93); }
div.DivClassName
{
background-color: #6B4E5D;
}
.BgClassName
{
background-color: #6B4E5D;
}
</style>
border-color css
<style>
span { border-color: #6B4E5D; }
span { border-color: rgb(107,78,93); }
td.TdClassName
{
border-color: #6B4E5D;
}
.TagClassName
{
border-color: #6B4E5D;
}
</style>