Shades of Finn #6B3D55
Tints of Finn #6B3D55
RGB
CMYK
RGB Variations
Color information
#6B3D55 (or 0x6B3D55) is known color: Finn. HEX triplet: 6B, 3D and 55. RGB value is (107,61,85). Sum of RGB (Red+Green+Blue) = 107+61+85=253 (33% of max value = 765). Red value is 107 (42.19% from 255 or 42.29% from 253); Green value is 61 (24.22% from 255 or 24.11% from 253); Blue value is 85 (33.59% from 255 or 33.60% from 253); Max value from RGB is 107 - color contains mainly: red. Hex color #6B3D55 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6B3D55 is #94C2AA. Grayscale: #4D4D4D. Windows color (decimal): -9749163 or 5586283. OLE color: 5586283.
HSL color Cylindrical-coordinate representation of color #6B3D55: hue angle of 328.7º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6B3D55 is Cyan = 0, Magento = 0.43, Yellow = 0.21 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 107 | 61 | 85 | - |
| CMYK | 0 | 0.43 | 0.21 | 0.58 |
| HSL | 328.7º | 0.27% | 0.33% | - |
| HSV(B) | 328.7º | 0.43% | 0.42% | - |
| XYZ | 9.37 | 7.12 | 9.47 | - |
| YUV | 77.49 | 132.24 | 149.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 107 | 61 | 85 | 0 | 0.43 | 0.21 | 0.58 | 328.7 | 0.27 | 0.33 |
| Hex | 6B | 3D | 55 | 0 | 2B | 15 | 3A | 149 | 1B | 21 |
| Octal | 153 | 75 | 125 | 0 | 53 | 25 | 72 | 511 | 33 | 41 |
| Binary | 1101011 | 111101 | 1010101 | 0 | 101011 | 10101 | 111010 | 101001001 | 11011 | 100001 |
Color Harmonies of #6B3D55
Complementary color
Monochromatic Colors of #6B3D55
Black with #6B3D55
Text Example
Text Example
White with #6B3D55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6B3D55; }
p { color: rgb(107,61,85); }
H1.HeaderClassName
{
color: #6B3D55;
}
.AnyTagClassName
{
color: #6B3D55;
}
</style>
background-color css
<style>
a { background-color: #6B3D55; }
a { background-color: rgb(107,61,85); }
div.DivClassName
{
background-color: #6B3D55;
}
.BgClassName
{
background-color: #6B3D55;
}
</style>
border-color css
<style>
span { border-color: #6B3D55; }
span { border-color: rgb(107,61,85); }
td.TdClassName
{
border-color: #6B3D55;
}
.TagClassName
{
border-color: #6B3D55;
}
</style>