Shades of Finn #6F474F
Tints of Finn #6F474F
RGB
CMYK
RGB Variations
Color information
#6F474F (or 0x6F474F) is known color: Finn. HEX triplet: 6F, 47 and 4F. RGB value is (111,71,79). Sum of RGB (Red+Green+Blue) = 111+71+79=261 (34% of max value = 765). Red value is 111 (43.75% from 255 or 42.53% from 261); Green value is 71 (28.12% from 255 or 27.20% from 261); Blue value is 79 (31.25% from 255 or 30.27% from 261); Max value from RGB is 111 - color contains mainly: red. Hex color #6F474F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F474F is #90B8B0. Grayscale: #535353. Windows color (decimal): -9484465 or 5195631. OLE color: 5195631.
HSL color Cylindrical-coordinate representation of color #6F474F: hue angle of 348º degrees, saturation: 0.22, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #6F474F is Cyan = 0, Magento = 0.36, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 71 | 79 | - |
| CMYK | 0 | 0.36 | 0.29 | 0.56 |
| HSL | 348º | 0.22% | 0.36% | - |
| HSV(B) | 348º | 0.36% | 0.44% | - |
| XYZ | 10.22 | 8.45 | 8.49 | - |
| YUV | 83.87 | 125.25 | 147.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 71 | 79 | 0 | 0.36 | 0.29 | 0.56 | 348 | 0.22 | 0.36 |
| Hex | 6F | 47 | 4F | 0 | 24 | 1D | 38 | 15C | 16 | 24 |
| Octal | 157 | 107 | 117 | 0 | 44 | 35 | 70 | 534 | 26 | 44 |
| Binary | 1101111 | 1000111 | 1001111 | 0 | 100100 | 11101 | 111000 | 101011100 | 10110 | 100100 |
Color Harmonies of #6F474F
Complementary color
Monochromatic Colors of #6F474F
Black with #6F474F
Text Example
Text Example
White with #6F474F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F474F; }
p { color: rgb(111,71,79); }
H1.HeaderClassName
{
color: #6F474F;
}
.AnyTagClassName
{
color: #6F474F;
}
</style>
background-color css
<style>
a { background-color: #6F474F; }
a { background-color: rgb(111,71,79); }
div.DivClassName
{
background-color: #6F474F;
}
.BgClassName
{
background-color: #6F474F;
}
</style>
border-color css
<style>
span { border-color: #6F474F; }
span { border-color: rgb(111,71,79); }
td.TdClassName
{
border-color: #6F474F;
}
.TagClassName
{
border-color: #6F474F;
}
</style>