Shades of Finn #6F394F
Tints of Finn #6F394F
RGB
CMYK
RGB Variations
Color information
#6F394F (or 0x6F394F) is known color: Finn. HEX triplet: 6F, 39 and 4F. RGB value is (111,57,79). Sum of RGB (Red+Green+Blue) = 111+57+79=247 (32% of max value = 765). Red value is 111 (43.75% from 255 or 44.94% from 247); Green value is 57 (22.66% from 255 or 23.08% from 247); Blue value is 79 (31.25% from 255 or 31.98% from 247); Max value from RGB is 111 - color contains mainly: red. Hex color #6F394F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F394F is #90C6B0. Grayscale: #4B4B4B. Windows color (decimal): -9488049 or 5192047. OLE color: 5192047.
HSL color Cylindrical-coordinate representation of color #6F394F: hue angle of 335.56º degrees, saturation: 0.32, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6F394F is Cyan = 0, Magento = 0.49, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 57 | 79 | - |
| CMYK | 0 | 0.49 | 0.29 | 0.56 |
| HSL | 335.56º | 0.32% | 0.33% | - |
| HSV(B) | 335.56º | 0.49% | 0.44% | - |
| XYZ | 9.43 | 6.87 | 8.23 | - |
| YUV | 75.65 | 129.89 | 153.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 57 | 79 | 0 | 0.49 | 0.29 | 0.56 | 335.56 | 0.32 | 0.33 |
| Hex | 6F | 39 | 4F | 0 | 31 | 1D | 38 | 150 | 20 | 21 |
| Octal | 157 | 71 | 117 | 0 | 61 | 35 | 70 | 520 | 40 | 41 |
| Binary | 1101111 | 111001 | 1001111 | 0 | 110001 | 11101 | 111000 | 101010000 | 100000 | 100001 |
Color Harmonies of #6F394F
Complementary color
Monochromatic Colors of #6F394F
Black with #6F394F
Text Example
Text Example
White with #6F394F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F394F; }
p { color: rgb(111,57,79); }
H1.HeaderClassName
{
color: #6F394F;
}
.AnyTagClassName
{
color: #6F394F;
}
</style>
background-color css
<style>
a { background-color: #6F394F; }
a { background-color: rgb(111,57,79); }
div.DivClassName
{
background-color: #6F394F;
}
.BgClassName
{
background-color: #6F394F;
}
</style>
border-color css
<style>
span { border-color: #6F394F; }
span { border-color: rgb(111,57,79); }
td.TdClassName
{
border-color: #6F394F;
}
.TagClassName
{
border-color: #6F394F;
}
</style>