Shades of Finn #68424F
Tints of Finn #68424F
RGB
CMYK
RGB Variations
Color information
#68424F (or 0x68424F) is known color: Finn. HEX triplet: 68, 42 and 4F. RGB value is (104,66,79). Sum of RGB (Red+Green+Blue) = 104+66+79=249 (32% of max value = 765). Red value is 104 (41.02% from 255 or 41.77% from 249); Green value is 66 (26.17% from 255 or 26.51% from 249); Blue value is 79 (31.25% from 255 or 31.73% from 249); Max value from RGB is 104 - color contains mainly: red. Hex color #68424F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68424F is #97BDB0. Grayscale: #4E4E4E. Windows color (decimal): -9944497 or 5194344. OLE color: 5194344.
HSL color Cylindrical-coordinate representation of color #68424F: hue angle of 339.47º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #68424F is Cyan = 0, Magento = 0.37, Yellow = 0.24 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 66 | 79 | - |
| CMYK | 0 | 0.37 | 0.24 | 0.59 |
| HSL | 339.47º | 0.22% | 0.33% | - |
| HSV(B) | 339.47º | 0.37% | 0.41% | - |
| XYZ | 9.07 | 7.4 | 8.35 | - |
| YUV | 78.84 | 128.09 | 145.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 66 | 79 | 0 | 0.37 | 0.24 | 0.59 | 339.47 | 0.22 | 0.33 |
| Hex | 68 | 42 | 4F | 0 | 25 | 18 | 3B | 153 | 16 | 21 |
| Octal | 150 | 102 | 117 | 0 | 45 | 30 | 73 | 523 | 26 | 41 |
| Binary | 1101000 | 1000010 | 1001111 | 0 | 100101 | 11000 | 111011 | 101010011 | 10110 | 100001 |
Color Harmonies of #68424F
Complementary color
Monochromatic Colors of #68424F
Black with #68424F
Text Example
Text Example
White with #68424F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68424F; }
p { color: rgb(104,66,79); }
H1.HeaderClassName
{
color: #68424F;
}
.AnyTagClassName
{
color: #68424F;
}
</style>
background-color css
<style>
a { background-color: #68424F; }
a { background-color: rgb(104,66,79); }
div.DivClassName
{
background-color: #68424F;
}
.BgClassName
{
background-color: #68424F;
}
</style>
border-color css
<style>
span { border-color: #68424F; }
span { border-color: rgb(104,66,79); }
td.TdClassName
{
border-color: #68424F;
}
.TagClassName
{
border-color: #68424F;
}
</style>