Shades of Finn #6D3953
Tints of Finn #6D3953
RGB
CMYK
RGB Variations
Color information
#6D3953 (or 0x6D3953) is known color: Finn. HEX triplet: 6D, 39 and 53. RGB value is (109,57,83). Sum of RGB (Red+Green+Blue) = 109+57+83=249 (32% of max value = 765). Red value is 109 (42.97% from 255 or 43.78% from 249); Green value is 57 (22.66% from 255 or 22.89% from 249); Blue value is 83 (32.81% from 255 or 33.33% from 249); Max value from RGB is 109 - color contains mainly: red. Hex color #6D3953 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6D3953 is #92C6AC. Grayscale: #4B4B4B. Windows color (decimal): -9619117 or 5454189. OLE color: 5454189.
HSL color Cylindrical-coordinate representation of color #6D3953: hue angle of 330º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6D3953 is Cyan = 0, Magento = 0.48, Yellow = 0.24 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 109 | 57 | 83 | - |
| CMYK | 0 | 0.48 | 0.24 | 0.57 |
| HSL | 330º | 0.31% | 0.33% | - |
| HSV(B) | 330º | 0.48% | 0.43% | - |
| XYZ | 9.33 | 6.8 | 9 | - |
| YUV | 75.51 | 132.23 | 151.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 109 | 57 | 83 | 0 | 0.48 | 0.24 | 0.57 | 330 | 0.31 | 0.33 |
| Hex | 6D | 39 | 53 | 0 | 30 | 18 | 39 | 14A | 1F | 21 |
| Octal | 155 | 71 | 123 | 0 | 60 | 30 | 71 | 512 | 37 | 41 |
| Binary | 1101101 | 111001 | 1010011 | 0 | 110000 | 11000 | 111001 | 101001010 | 11111 | 100001 |
Color Harmonies of #6D3953
Complementary color
Monochromatic Colors of #6D3953
Black with #6D3953
Text Example
Text Example
White with #6D3953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6D3953; }
p { color: rgb(109,57,83); }
H1.HeaderClassName
{
color: #6D3953;
}
.AnyTagClassName
{
color: #6D3953;
}
</style>
background-color css
<style>
a { background-color: #6D3953; }
a { background-color: rgb(109,57,83); }
div.DivClassName
{
background-color: #6D3953;
}
.BgClassName
{
background-color: #6D3953;
}
</style>
border-color css
<style>
span { border-color: #6D3953; }
span { border-color: rgb(109,57,83); }
td.TdClassName
{
border-color: #6D3953;
}
.TagClassName
{
border-color: #6D3953;
}
</style>