Shades of Finn #6B4150
Tints of Finn #6B4150
RGB
CMYK
RGB Variations
Color information
#6B4150 (or 0x6B4150) is known color: Finn. HEX triplet: 6B, 41 and 50. RGB value is (107,65,80). Sum of RGB (Red+Green+Blue) = 107+65+80=252 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.46% from 252); Green value is 65 (25.78% from 255 or 25.79% from 252); Blue value is 80 (31.64% from 255 or 31.75% from 252); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4150 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B4150 is #94BEAF. Grayscale: #4F4F4F. Windows color (decimal): -9748144 or 5259627. OLE color: 5259627.
HSL color Cylindrical-coordinate representation of color #6B4150: hue angle of 338.57º degrees, saturation: 0.24, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6B4150 is Cyan = 0, Magento = 0.39, Yellow = 0.25 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 65 | 80 | - |
| CMYK | 0 | 0.39 | 0.25 | 0.58 |
| HSL | 338.57º | 0.24% | 0.34% | - |
| HSV(B) | 338.57º | 0.39% | 0.42% | - |
| XYZ | 9.4 | 7.49 | 8.54 | - |
| YUV | 79.27 | 128.41 | 147.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 65 | 80 | 0 | 0.39 | 0.25 | 0.58 | 338.57 | 0.24 | 0.34 |
| Hex | 6B | 41 | 50 | 0 | 27 | 19 | 3A | 153 | 18 | 22 |
| Octal | 153 | 101 | 120 | 0 | 47 | 31 | 72 | 523 | 30 | 42 |
| Binary | 1101011 | 1000001 | 1010000 | 0 | 100111 | 11001 | 111010 | 101010011 | 11000 | 100010 |
Color Harmonies of #6B4150
Complementary color
Monochromatic Colors of #6B4150
Black with #6B4150
Text Example
Text Example
White with #6B4150
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4150; }
p { color: rgb(107,65,80); }
H1.HeaderClassName
{
color: #6B4150;
}
.AnyTagClassName
{
color: #6B4150;
}
</style>
background-color css
<style>
a { background-color: #6B4150; }
a { background-color: rgb(107,65,80); }
div.DivClassName
{
background-color: #6B4150;
}
.BgClassName
{
background-color: #6B4150;
}
</style>
border-color css
<style>
span { border-color: #6B4150; }
span { border-color: rgb(107,65,80); }
td.TdClassName
{
border-color: #6B4150;
}
.TagClassName
{
border-color: #6B4150;
}
</style>