Shades of Finn #68525E
Tints of Finn #68525E
RGB
CMYK
RGB Variations
Color information
#68525E (or 0x68525E) is known color: Finn. HEX triplet: 68, 52 and 5E. RGB value is (104,82,94). Sum of RGB (Red+Green+Blue) = 104+82+94=280 (37% of max value = 765). Red value is 104 (41.02% from 255 or 37.14% from 280); Green value is 82 (32.42% from 255 or 29.29% from 280); Blue value is 94 (37.11% from 255 or 33.57% from 280); Max value from RGB is 104 - color contains mainly: red. Hex color #68525E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68525E is #97ADA1. Grayscale: #595959. Windows color (decimal): -9940386 or 6181480. OLE color: 6181480.
HSL color Cylindrical-coordinate representation of color #68525E: hue angle of 327.27º degrees, saturation: 0.12, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #68525E is Cyan = 0, Magento = 0.21, Yellow = 0.10 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 82 | 94 | - |
| CMYK | 0 | 0.21 | 0.10 | 0.59 |
| HSL | 327.27º | 0.12% | 0.36% | - |
| HSV(B) | 327.27º | 0.21% | 0.41% | - |
| XYZ | 10.75 | 9.79 | 11.91 | - |
| YUV | 89.95 | 130.29 | 138.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 82 | 94 | 0 | 0.21 | 0.10 | 0.59 | 327.27 | 0.12 | 0.36 |
| Hex | 68 | 52 | 5E | 0 | 15 | A | 3B | 147 | C | 24 |
| Octal | 150 | 122 | 136 | 0 | 25 | 12 | 73 | 507 | 14 | 44 |
| Binary | 1101000 | 1010010 | 1011110 | 0 | 10101 | 1010 | 111011 | 101000111 | 1100 | 100100 |
Color Harmonies of #68525E
Complementary color
Monochromatic Colors of #68525E
Black with #68525E
Text Example
Text Example
White with #68525E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68525E; }
p { color: rgb(104,82,94); }
H1.HeaderClassName
{
color: #68525E;
}
.AnyTagClassName
{
color: #68525E;
}
</style>
background-color css
<style>
a { background-color: #68525E; }
a { background-color: rgb(104,82,94); }
div.DivClassName
{
background-color: #68525E;
}
.BgClassName
{
background-color: #68525E;
}
</style>
border-color css
<style>
span { border-color: #68525E; }
span { border-color: rgb(104,82,94); }
td.TdClassName
{
border-color: #68525E;
}
.TagClassName
{
border-color: #68525E;
}
</style>