Shades of Finn #6F4953
Tints of Finn #6F4953
RGB
CMYK
RGB Variations
Color information
#6F4953 (or 0x6F4953) is known color: Finn. HEX triplet: 6F, 49 and 53. RGB value is (111,73,83). Sum of RGB (Red+Green+Blue) = 111+73+83=267 (35% of max value = 765). Red value is 111 (43.75% from 255 or 41.57% from 267); Green value is 73 (28.91% from 255 or 27.34% from 267); Blue value is 83 (32.81% from 255 or 31.09% from 267); Max value from RGB is 111 - color contains mainly: red. Hex color #6F4953 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F4953 is #90B6AC. Grayscale: #555555. Windows color (decimal): -9483949 or 5458287. OLE color: 5458287.
HSL color Cylindrical-coordinate representation of color #6F4953: hue angle of 344.21º degrees, saturation: 0.21, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #6F4953 is Cyan = 0, Magento = 0.34, Yellow = 0.25 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 73 | 83 | - |
| CMYK | 0 | 0.34 | 0.25 | 0.56 |
| HSL | 344.21º | 0.21% | 0.36% | - |
| HSV(B) | 344.21º | 0.34% | 0.44% | - |
| XYZ | 10.5 | 8.77 | 9.32 | - |
| YUV | 85.5 | 126.59 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 73 | 83 | 0 | 0.34 | 0.25 | 0.56 | 344.21 | 0.21 | 0.36 |
| Hex | 6F | 49 | 53 | 0 | 22 | 19 | 38 | 158 | 15 | 24 |
| Octal | 157 | 111 | 123 | 0 | 42 | 31 | 70 | 530 | 25 | 44 |
| Binary | 1101111 | 1001001 | 1010011 | 0 | 100010 | 11001 | 111000 | 101011000 | 10101 | 100100 |
Color Harmonies of #6F4953
Complementary color
Monochromatic Colors of #6F4953
Black with #6F4953
Text Example
Text Example
White with #6F4953
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F4953; }
p { color: rgb(111,73,83); }
H1.HeaderClassName
{
color: #6F4953;
}
.AnyTagClassName
{
color: #6F4953;
}
</style>
background-color css
<style>
a { background-color: #6F4953; }
a { background-color: rgb(111,73,83); }
div.DivClassName
{
background-color: #6F4953;
}
.BgClassName
{
background-color: #6F4953;
}
</style>
border-color css
<style>
span { border-color: #6F4953; }
span { border-color: rgb(111,73,83); }
td.TdClassName
{
border-color: #6F4953;
}
.TagClassName
{
border-color: #6F4953;
}
</style>