Shades of Finn #6B4E5A
Tints of Finn #6B4E5A
RGB
CMYK
RGB Variations
Color information
#6B4E5A (or 0x6B4E5A) is known color: Finn. HEX triplet: 6B, 4E and 5A. RGB value is (107,78,90). Sum of RGB (Red+Green+Blue) = 107+78+90=275 (36% of max value = 765). Red value is 107 (42.19% from 255 or 38.91% from 275); Green value is 78 (30.86% from 255 or 28.36% from 275); Blue value is 90 (35.55% from 255 or 32.73% from 275); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4E5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B4E5A is #94B1A5. Grayscale: #585858. Windows color (decimal): -9744806 or 5918315. OLE color: 5918315.
HSL color Cylindrical-coordinate representation of color #6B4E5A: hue angle of 335.17º 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 #6B4E5A is Cyan = 0, Magento = 0.27, Yellow = 0.16 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 78 | 90 | - |
| CMYK | 0 | 0.27 | 0.16 | 0.58 |
| HSL | 335.17º | 0.16% | 0.36% | - |
| HSV(B) | 335.17º | 0.27% | 0.42% | - |
| XYZ | 10.63 | 9.31 | 10.91 | - |
| YUV | 88.04 | 129.11 | 141.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 78 | 90 | 0 | 0.27 | 0.16 | 0.58 | 335.17 | 0.16 | 0.36 |
| Hex | 6B | 4E | 5A | 0 | 1B | 10 | 3A | 14F | 10 | 24 |
| Octal | 153 | 116 | 132 | 0 | 33 | 20 | 72 | 517 | 20 | 44 |
| Binary | 1101011 | 1001110 | 1011010 | 0 | 11011 | 10000 | 111010 | 101001111 | 10000 | 100100 |
Color Harmonies of #6B4E5A
Complementary color
Monochromatic Colors of #6B4E5A
Black with #6B4E5A
Text Example
Text Example
White with #6B4E5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4E5A; }
p { color: rgb(107,78,90); }
H1.HeaderClassName
{
color: #6B4E5A;
}
.AnyTagClassName
{
color: #6B4E5A;
}
</style>
background-color css
<style>
a { background-color: #6B4E5A; }
a { background-color: rgb(107,78,90); }
div.DivClassName
{
background-color: #6B4E5A;
}
.BgClassName
{
background-color: #6B4E5A;
}
</style>
border-color css
<style>
span { border-color: #6B4E5A; }
span { border-color: rgb(107,78,90); }
td.TdClassName
{
border-color: #6B4E5A;
}
.TagClassName
{
border-color: #6B4E5A;
}
</style>