Shades of Finn #6F444F
Tints of Finn #6F444F
RGB
CMYK
RGB Variations
Color information
#6F444F (or 0x6F444F) is known color: Finn. HEX triplet: 6F, 44 and 4F. RGB value is (111,68,79). Sum of RGB (Red+Green+Blue) = 111+68+79=258 (34% of max value = 765). Red value is 111 (43.75% from 255 or 43.02% from 258); Green value is 68 (26.95% from 255 or 26.36% from 258); Blue value is 79 (31.25% from 255 or 30.62% from 258); Max value from RGB is 111 - color contains mainly: red. Hex color #6F444F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #6F444F is #90BBB0. Grayscale: #525252. Windows color (decimal): -9485233 or 5194863. OLE color: 5194863.
HSL color Cylindrical-coordinate representation of color #6F444F: hue angle of 344.65º degrees, saturation: 0.24, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6F444F is Cyan = 0, Magento = 0.39, Yellow = 0.29 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 111 | 68 | 79 | - |
| CMYK | 0 | 0.39 | 0.29 | 0.56 |
| HSL | 344.65º | 0.24% | 0.35% | - |
| HSV(B) | 344.65º | 0.39% | 0.44% | - |
| XYZ | 10.03 | 8.08 | 8.43 | - |
| YUV | 82.11 | 126.25 | 148.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 111 | 68 | 79 | 0 | 0.39 | 0.29 | 0.56 | 344.65 | 0.24 | 0.35 |
| Hex | 6F | 44 | 4F | 0 | 27 | 1D | 38 | 159 | 18 | 23 |
| Octal | 157 | 104 | 117 | 0 | 47 | 35 | 70 | 531 | 30 | 43 |
| Binary | 1101111 | 1000100 | 1001111 | 0 | 100111 | 11101 | 111000 | 101011001 | 11000 | 100011 |
Color Harmonies of #6F444F
Complementary color
Monochromatic Colors of #6F444F
Black with #6F444F
Text Example
Text Example
White with #6F444F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #6F444F; }
p { color: rgb(111,68,79); }
H1.HeaderClassName
{
color: #6F444F;
}
.AnyTagClassName
{
color: #6F444F;
}
</style>
background-color css
<style>
a { background-color: #6F444F; }
a { background-color: rgb(111,68,79); }
div.DivClassName
{
background-color: #6F444F;
}
.BgClassName
{
background-color: #6F444F;
}
</style>
border-color css
<style>
span { border-color: #6F444F; }
span { border-color: rgb(111,68,79); }
td.TdClassName
{
border-color: #6F444F;
}
.TagClassName
{
border-color: #6F444F;
}
</style>