Shades of Finn #6F3856
Tints of Finn #6F3856
RGB
CMYK
RGB Variations
Color information
#6F3856 (or 0x6F3856) is known color: Finn. HEX triplet: 6F, 38 and 56. RGB value is (111,56,86). Sum of RGB (Red+Green+Blue) = 111+56+86=253 (33% of max value = 765). Red value is 111 (43.75% from 255 or 43.87% from 253); Green value is 56 (22.27% from 255 or 22.13% from 253); Blue value is 86 (33.98% from 255 or 33.99% from 253); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3856 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3856 is #90C7A9. Grayscale: #4B4B4B. Windows color (decimal): -9488298 or 5650543. OLE color: 5650543.
HSL color Cylindrical-coordinate representation of color #6F3856: hue angle of 327.27º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6F3856 is Cyan = 0, Magento = 0.50, Yellow = 0.23 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 56 | 86 | - |
| CMYK | 0 | 0.50 | 0.23 | 0.56 |
| HSL | 327.27º | 0.33% | 0.33% | - |
| HSV(B) | 327.27º | 0.5% | 0.44% | - |
| XYZ | 9.65 | 6.88 | 9.62 | - |
| YUV | 75.87 | 133.72 | 153.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 56 | 86 | 0 | 0.50 | 0.23 | 0.56 | 327.27 | 0.33 | 0.33 |
| Hex | 6F | 38 | 56 | 0 | 32 | 17 | 38 | 147 | 21 | 21 |
| Octal | 157 | 70 | 126 | 0 | 62 | 27 | 70 | 507 | 41 | 41 |
| Binary | 1101111 | 111000 | 1010110 | 0 | 110010 | 10111 | 111000 | 101000111 | 100001 | 100001 |
Color Harmonies of #6F3856
Complementary color
Monochromatic Colors of #6F3856
Black with #6F3856
Text Example
Text Example
White with #6F3856
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3856; }
p { color: rgb(111,56,86); }
H1.HeaderClassName
{
color: #6F3856;
}
.AnyTagClassName
{
color: #6F3856;
}
</style>
background-color css
<style>
a { background-color: #6F3856; }
a { background-color: rgb(111,56,86); }
div.DivClassName
{
background-color: #6F3856;
}
.BgClassName
{
background-color: #6F3856;
}
</style>
border-color css
<style>
span { border-color: #6F3856; }
span { border-color: rgb(111,56,86); }
td.TdClassName
{
border-color: #6F3856;
}
.TagClassName
{
border-color: #6F3856;
}
</style>