Shades of Finn #68475A
Tints of Finn #68475A
RGB
CMYK
RGB Variations
Color information
#68475A (or 0x68475A) is known color: Finn. HEX triplet: 68, 47 and 5A. RGB value is (104,71,90). Sum of RGB (Red+Green+Blue) = 104+71+90=265 (35% of max value = 765). Red value is 104 (41.02% from 255 or 39.25% from 265); Green value is 71 (28.12% from 255 or 26.79% from 265); Blue value is 90 (35.55% from 255 or 33.96% from 265); Max value from RGB is 104 - color contains mainly: red. Hex color #68475A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #68475A is #97B8A5. Grayscale: #525252. Windows color (decimal): -9943206 or 5916520. OLE color: 5916520.
HSL color Cylindrical-coordinate representation of color #68475A: hue angle of 325.45º 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 #68475A is Cyan = 0, Magento = 0.32, Yellow = 0.13 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 71 | 90 | - |
| CMYK | 0 | 0.32 | 0.13 | 0.59 |
| HSL | 325.45º | 0.19% | 0.34% | - |
| HSV(B) | 325.45º | 0.32% | 0.41% | - |
| XYZ | 9.81 | 8.19 | 10.74 | - |
| YUV | 83.03 | 131.93 | 142.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 71 | 90 | 0 | 0.32 | 0.13 | 0.59 | 325.45 | 0.19 | 0.34 |
| Hex | 68 | 47 | 5A | 0 | 20 | D | 3B | 145 | 13 | 22 |
| Octal | 150 | 107 | 132 | 0 | 40 | 15 | 73 | 505 | 23 | 42 |
| Binary | 1101000 | 1000111 | 1011010 | 0 | 100000 | 1101 | 111011 | 101000101 | 10011 | 100010 |
Color Harmonies of #68475A
Complementary color
Monochromatic Colors of #68475A
Black with #68475A
Text Example
Text Example
White with #68475A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68475A; }
p { color: rgb(104,71,90); }
H1.HeaderClassName
{
color: #68475A;
}
.AnyTagClassName
{
color: #68475A;
}
</style>
background-color css
<style>
a { background-color: #68475A; }
a { background-color: rgb(104,71,90); }
div.DivClassName
{
background-color: #68475A;
}
.BgClassName
{
background-color: #68475A;
}
</style>
border-color css
<style>
span { border-color: #68475A; }
span { border-color: rgb(104,71,90); }
td.TdClassName
{
border-color: #68475A;
}
.TagClassName
{
border-color: #68475A;
}
</style>