Shades of Finn #6B4350
Tints of Finn #6B4350
RGB
CMYK
RGB Variations
Color information
#6B4350 (or 0x6B4350) is known color: Finn. HEX triplet: 6B, 43 and 50. RGB value is (107,67,80). Sum of RGB (Red+Green+Blue) = 107+67+80=254 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.13% from 254); Green value is 67 (26.56% from 255 or 26.38% from 254); Blue value is 80 (31.64% from 255 or 31.50% from 254); Max value from RGB is 107 - color contains mainly: red. Hex color #6B4350 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B4350 is #94BCAF. Grayscale: #505050. Windows color (decimal): -9747632 or 5260139. OLE color: 5260139.
HSL color Cylindrical-coordinate representation of color #6B4350: hue angle of 340.5º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #6B4350 is Cyan = 0, Magento = 0.37, Yellow = 0.25 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 67 | 80 | - |
| CMYK | 0 | 0.37 | 0.25 | 0.58 |
| HSL | 340.5º | 0.23% | 0.34% | - |
| HSV(B) | 340.5º | 0.37% | 0.42% | - |
| XYZ | 9.52 | 7.72 | 8.58 | - |
| YUV | 80.44 | 127.75 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 67 | 80 | 0 | 0.37 | 0.25 | 0.58 | 340.5 | 0.23 | 0.34 |
| Hex | 6B | 43 | 50 | 0 | 25 | 19 | 3A | 154 | 17 | 22 |
| Octal | 153 | 103 | 120 | 0 | 45 | 31 | 72 | 524 | 27 | 42 |
| Binary | 1101011 | 1000011 | 1010000 | 0 | 100101 | 11001 | 111010 | 101010100 | 10111 | 100010 |
Color Harmonies of #6B4350
Complementary color
Monochromatic Colors of #6B4350
Black with #6B4350
Text Example
Text Example
White with #6B4350
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B4350; }
p { color: rgb(107,67,80); }
H1.HeaderClassName
{
color: #6B4350;
}
.AnyTagClassName
{
color: #6B4350;
}
</style>
background-color css
<style>
a { background-color: #6B4350; }
a { background-color: rgb(107,67,80); }
div.DivClassName
{
background-color: #6B4350;
}
.BgClassName
{
background-color: #6B4350;
}
</style>
border-color css
<style>
span { border-color: #6B4350; }
span { border-color: rgb(107,67,80); }
td.TdClassName
{
border-color: #6B4350;
}
.TagClassName
{
border-color: #6B4350;
}
</style>