Shades of Finn #6B4551
Tints of Finn #6B4551
RGB
CMYK
RGB Variations
Color information
#6B4551 (or 0x6B4551) is known color: Finn. HEX triplet: 6B, 45 and 51. RGB value is (107,69,81). Sum of RGB (Red+Green+Blue) = 107+69+81=257 (34% of max value = 765). Red value is 107 (42.19% from 255 or 41.63% from 257); Green value is 69 (27.34% from 255 or 26.85% from 257); Blue value is 81 (32.03% from 255 or 31.52% from 257); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4551 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B4551 is #94BAAE. Grayscale: #515151. Windows color (decimal): -9747119 or 5326187. OLE color: 5326187.
HSL color Cylindrical-coordinate representation of color #6B4551: hue angle of 341.05º degrees, saturation: 0.22, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6B4551 is Cyan = 0, Magento = 0.36, Yellow = 0.24 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 69 | 81 | - |
| CMYK | 0 | 0.36 | 0.24 | 0.58 |
| HSL | 341.05º | 0.22% | 0.35% | - |
| HSV(B) | 341.05º | 0.36% | 0.42% | - |
| XYZ | 9.68 | 7.98 | 8.81 | - |
| YUV | 81.73 | 127.59 | 146.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 69 | 81 | 0 | 0.36 | 0.24 | 0.58 | 341.05 | 0.22 | 0.35 |
| Hex | 6B | 45 | 51 | 0 | 24 | 18 | 3A | 155 | 16 | 23 |
| Octal | 153 | 105 | 121 | 0 | 44 | 30 | 72 | 525 | 26 | 43 |
| Binary | 1101011 | 1000101 | 1010001 | 0 | 100100 | 11000 | 111010 | 101010101 | 10110 | 100011 |
Color Harmonies of #6B4551
Complementary color
Monochromatic Colors of #6B4551
Black with #6B4551
Text Example
Text Example
White with #6B4551
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4551; }
p { color: rgb(107,69,81); }
H1.HeaderClassName
{
color: #6B4551;
}
.AnyTagClassName
{
color: #6B4551;
}
</style>
background-color css
<style>
a { background-color: #6B4551; }
a { background-color: rgb(107,69,81); }
div.DivClassName
{
background-color: #6B4551;
}
.BgClassName
{
background-color: #6B4551;
}
</style>
border-color css
<style>
span { border-color: #6B4551; }
span { border-color: rgb(107,69,81); }
td.TdClassName
{
border-color: #6B4551;
}
.TagClassName
{
border-color: #6B4551;
}
</style>