Shades of Finn #6B4D5A
Tints of Finn #6B4D5A
RGB
CMYK
RGB Variations
Color information
#6B4D5A (or 0x6B4D5A) is known color: Finn. HEX triplet: 6B, 4D and 5A. RGB value is (107,77,90). Sum of RGB (Red+Green+Blue) = 107+77+90=274 (36% of max value = 765). Red value is 107 (42.19% from 255 or 39.05% from 274); Green value is 77 (30.47% from 255 or 28.10% from 274); Blue value is 90 (35.55% from 255 or 32.85% from 274); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4D5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B4D5A is #94B2A5. Grayscale: #575757. Windows color (decimal): -9745062 or 5918059. OLE color: 5918059.
HSL color Cylindrical-coordinate representation of color #6B4D5A: hue angle of 334º degrees, saturation: 0.16, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #6B4D5A is Cyan = 0, Magento = 0.28, Yellow = 0.16 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 77 | 90 | - |
| CMYK | 0 | 0.28 | 0.16 | 0.58 |
| HSL | 334º | 0.16% | 0.36% | - |
| HSV(B) | 334º | 0.28% | 0.42% | - |
| XYZ | 10.56 | 9.17 | 10.89 | - |
| YUV | 87.45 | 129.44 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 77 | 90 | 0 | 0.28 | 0.16 | 0.58 | 334 | 0.16 | 0.36 |
| Hex | 6B | 4D | 5A | 0 | 1C | 10 | 3A | 14E | 10 | 24 |
| Octal | 153 | 115 | 132 | 0 | 34 | 20 | 72 | 516 | 20 | 44 |
| Binary | 1101011 | 1001101 | 1011010 | 0 | 11100 | 10000 | 111010 | 101001110 | 10000 | 100100 |
Color Harmonies of #6B4D5A
Complementary color
Monochromatic Colors of #6B4D5A
Black with #6B4D5A
Text Example
Text Example
White with #6B4D5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4D5A; }
p { color: rgb(107,77,90); }
H1.HeaderClassName
{
color: #6B4D5A;
}
.AnyTagClassName
{
color: #6B4D5A;
}
</style>
background-color css
<style>
a { background-color: #6B4D5A; }
a { background-color: rgb(107,77,90); }
div.DivClassName
{
background-color: #6B4D5A;
}
.BgClassName
{
background-color: #6B4D5A;
}
</style>
border-color css
<style>
span { border-color: #6B4D5A; }
span { border-color: rgb(107,77,90); }
td.TdClassName
{
border-color: #6B4D5A;
}
.TagClassName
{
border-color: #6B4D5A;
}
</style>