Shades of Finn #6B3959
Tints of Finn #6B3959
RGB
CMYK
RGB Variations
Color information
#6B3959 (or 0x6B3959) is known color: Finn. HEX triplet: 6B, 39 and 59. RGB value is (107,57,89). Sum of RGB (Red+Green+Blue) = 107+57+89=253 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.29% from 253); Green value is 57 (22.66% from 255 or 22.53% from 253); Blue value is 89 (35.16% from 255 or 35.18% from 253); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3959 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B3959 is #94C6A6. Grayscale: #4B4B4B. Windows color (decimal): -9750183 or 5847403. OLE color: 5847403.
HSL color Cylindrical-coordinate representation of color #6B3959: hue angle of 321.6º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6B3959 is Cyan = 0, Magento = 0.47, Yellow = 0.17 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 57 | 89 | - |
| CMYK | 0 | 0.47 | 0.17 | 0.58 |
| HSL | 321.6º | 0.3% | 0.32% | - |
| HSV(B) | 321.6º | 0.47% | 0.42% | - |
| XYZ | 9.33 | 6.77 | 10.27 | - |
| YUV | 75.6 | 135.57 | 150.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 57 | 89 | 0 | 0.47 | 0.17 | 0.58 | 321.6 | 0.3 | 0.32 |
| Hex | 6B | 39 | 59 | 0 | 2F | 11 | 3A | 142 | 1E | 20 |
| Octal | 153 | 71 | 131 | 0 | 57 | 21 | 72 | 502 | 36 | 40 |
| Binary | 1101011 | 111001 | 1011001 | 0 | 101111 | 10001 | 111010 | 101000010 | 11110 | 100000 |
Color Harmonies of #6B3959
Complementary color
Monochromatic Colors of #6B3959
Black with #6B3959
Text Example
Text Example
White with #6B3959
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3959; }
p { color: rgb(107,57,89); }
H1.HeaderClassName
{
color: #6B3959;
}
.AnyTagClassName
{
color: #6B3959;
}
</style>
background-color css
<style>
a { background-color: #6B3959; }
a { background-color: rgb(107,57,89); }
div.DivClassName
{
background-color: #6B3959;
}
.BgClassName
{
background-color: #6B3959;
}
</style>
border-color css
<style>
span { border-color: #6B3959; }
span { border-color: rgb(107,57,89); }
td.TdClassName
{
border-color: #6B3959;
}
.TagClassName
{
border-color: #6B3959;
}
</style>