Shades of Finn #68475E
Tints of Finn #68475E
RGB
CMYK
RGB Variations
Color information
#68475E (or 0x68475E) is known color: Finn. HEX triplet: 68, 47 and 5E. RGB value is (104,71,94). Sum of RGB (Red+Green+Blue) = 104+71+94=269 (35% of max value = 765). Red value is 104 (41.02% from 255 or 38.66% from 269); Green value is 71 (28.12% from 255 or 26.39% from 269); Blue value is 94 (37.11% from 255 or 34.94% from 269); Max value from RGB is 104 - color contains mainly: red. Hex color #68475E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68475E is #97B8A1. Grayscale: #535353. Windows color (decimal): -9943202 or 6178664. OLE color: 6178664.
HSL color Cylindrical-coordinate representation of color #68475E: hue angle of 318.18º degrees, saturation: 0.19, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #68475E is Cyan = 0, Magento = 0.32, Yellow = 0.10 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 71 | 94 | - |
| CMYK | 0 | 0.32 | 0.10 | 0.59 |
| HSL | 318.18º | 0.19% | 0.34% | - |
| HSV(B) | 318.18º | 0.32% | 0.41% | - |
| XYZ | 9.98 | 8.26 | 11.66 | - |
| YUV | 83.49 | 133.93 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 71 | 94 | 0 | 0.32 | 0.10 | 0.59 | 318.18 | 0.19 | 0.34 |
| Hex | 68 | 47 | 5E | 0 | 20 | A | 3B | 13E | 13 | 22 |
| Octal | 150 | 107 | 136 | 0 | 40 | 12 | 73 | 476 | 23 | 42 |
| Binary | 1101000 | 1000111 | 1011110 | 0 | 100000 | 1010 | 111011 | 100111110 | 10011 | 100010 |
Color Harmonies of #68475E
Complementary color
Monochromatic Colors of #68475E
Black with #68475E
Text Example
Text Example
White with #68475E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68475E; }
p { color: rgb(104,71,94); }
H1.HeaderClassName
{
color: #68475E;
}
.AnyTagClassName
{
color: #68475E;
}
</style>
background-color css
<style>
a { background-color: #68475E; }
a { background-color: rgb(104,71,94); }
div.DivClassName
{
background-color: #68475E;
}
.BgClassName
{
background-color: #68475E;
}
</style>
border-color css
<style>
span { border-color: #68475E; }
span { border-color: rgb(104,71,94); }
td.TdClassName
{
border-color: #68475E;
}
.TagClassName
{
border-color: #68475E;
}
</style>