Shades of Finn #68525B
Tints of Finn #68525B
RGB
CMYK
RGB Variations
Color information
#68525B (or 0x68525B) is known color: Finn. HEX triplet: 68, 52 and 5B. RGB value is (104,82,91). Sum of RGB (Red+Green+Blue) = 104+82+91=277 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.55% from 277); Green value is 82 (32.42% from 255 or 29.60% from 277); Blue value is 91 (35.94% from 255 or 32.85% from 277); Max value from RGB is 104 - color contains mainly: red. Hex color #68525B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68525B is #97ADA4. Grayscale: #595959. Windows color (decimal): -9940389 or 5984872. OLE color: 5984872.
HSL color Cylindrical-coordinate representation of color #68525B: hue angle of 335.45º 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 #68525B is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 82 | 91 | - |
| CMYK | 0 | 0.21 | 0.12 | 0.59 |
| HSL | 335.45º | 0.12% | 0.36% | - |
| HSV(B) | 335.45º | 0.21% | 0.41% | - |
| XYZ | 10.61 | 9.73 | 11.22 | - |
| YUV | 89.6 | 128.79 | 138.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 82 | 91 | 0 | 0.21 | 0.12 | 0.59 | 335.45 | 0.12 | 0.36 |
| Hex | 68 | 52 | 5B | 0 | 15 | C | 3B | 14F | C | 24 |
| Octal | 150 | 122 | 133 | 0 | 25 | 14 | 73 | 517 | 14 | 44 |
| Binary | 1101000 | 1010010 | 1011011 | 0 | 10101 | 1100 | 111011 | 101001111 | 1100 | 100100 |
Color Harmonies of #68525B
Complementary color
Monochromatic Colors of #68525B
Black with #68525B
Text Example
Text Example
White with #68525B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68525B; }
p { color: rgb(104,82,91); }
H1.HeaderClassName
{
color: #68525B;
}
.AnyTagClassName
{
color: #68525B;
}
</style>
background-color css
<style>
a { background-color: #68525B; }
a { background-color: rgb(104,82,91); }
div.DivClassName
{
background-color: #68525B;
}
.BgClassName
{
background-color: #68525B;
}
</style>
border-color css
<style>
span { border-color: #68525B; }
span { border-color: rgb(104,82,91); }
td.TdClassName
{
border-color: #68525B;
}
.TagClassName
{
border-color: #68525B;
}
</style>