Shades of Finn #6F3B4F
Tints of Finn #6F3B4F
RGB
CMYK
RGB Variations
Color information
#6F3B4F (or 0x6F3B4F) is known color: Finn. HEX triplet: 6F, 3B and 4F. RGB value is (111,59,79). Sum of RGB (Red+Green+Blue) = 111+59+79=249 (32% of max value = 765). Red value is 111 (43.75% from 255 or 44.58% from 249); Green value is 59 (23.44% from 255 or 23.69% from 249); Blue value is 79 (31.25% from 255 or 31.73% from 249); Max value from RGB is 111 - color contains mainly: red. Hex color #6F3B4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F3B4F is #90C4B0. Grayscale: #4C4C4C. Windows color (decimal): -9487537 or 5192559. OLE color: 5192559.
HSL color Cylindrical-coordinate representation of color #6F3B4F: hue angle of 336.92º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6F3B4F is Cyan = 0, Magento = 0.47, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 59 | 79 | - |
| CMYK | 0 | 0.47 | 0.29 | 0.56 |
| HSL | 336.92º | 0.31% | 0.33% | - |
| HSV(B) | 336.92º | 0.47% | 0.44% | - |
| XYZ | 9.53 | 7.07 | 8.26 | - |
| YUV | 76.83 | 129.23 | 152.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 59 | 79 | 0 | 0.47 | 0.29 | 0.56 | 336.92 | 0.31 | 0.33 |
| Hex | 6F | 3B | 4F | 0 | 2F | 1D | 38 | 151 | 1F | 21 |
| Octal | 157 | 73 | 117 | 0 | 57 | 35 | 70 | 521 | 37 | 41 |
| Binary | 1101111 | 111011 | 1001111 | 0 | 101111 | 11101 | 111000 | 101010001 | 11111 | 100001 |
Color Harmonies of #6F3B4F
Complementary color
Monochromatic Colors of #6F3B4F
Black with #6F3B4F
Text Example
Text Example
White with #6F3B4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F3B4F; }
p { color: rgb(111,59,79); }
H1.HeaderClassName
{
color: #6F3B4F;
}
.AnyTagClassName
{
color: #6F3B4F;
}
</style>
background-color css
<style>
a { background-color: #6F3B4F; }
a { background-color: rgb(111,59,79); }
div.DivClassName
{
background-color: #6F3B4F;
}
.BgClassName
{
background-color: #6F3B4F;
}
</style>
border-color css
<style>
span { border-color: #6F3B4F; }
span { border-color: rgb(111,59,79); }
td.TdClassName
{
border-color: #6F3B4F;
}
.TagClassName
{
border-color: #6F3B4F;
}
</style>