Shades of Finn #68525C
Tints of Finn #68525C
RGB
CMYK
RGB Variations
Color information
#68525C (or 0x68525C) is known color: Finn. HEX triplet: 68, 52 and 5C. RGB value is (104,82,92). Sum of RGB (Red+Green+Blue) = 104+82+92=278 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.41% from 278); Green value is 82 (32.42% from 255 or 29.50% from 278); Blue value is 92 (36.33% from 255 or 33.09% from 278); Max value from RGB is 104 - color contains mainly: red. Hex color #68525C is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68525C is #97ADA3. Grayscale: #595959. Windows color (decimal): -9940388 or 6050408. OLE color: 6050408.
HSL color Cylindrical-coordinate representation of color #68525C: hue angle of 332.73º 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 #68525C is Cyan = 0, Magento = 0.21, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 82 | 92 | - |
| CMYK | 0 | 0.21 | 0.12 | 0.59 |
| HSL | 332.73º | 0.12% | 0.36% | - |
| HSV(B) | 332.73º | 0.21% | 0.41% | - |
| XYZ | 10.66 | 9.75 | 11.45 | - |
| YUV | 89.72 | 129.29 | 138.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 82 | 92 | 0 | 0.21 | 0.12 | 0.59 | 332.73 | 0.12 | 0.36 |
| Hex | 68 | 52 | 5C | 0 | 15 | C | 3B | 14D | C | 24 |
| Octal | 150 | 122 | 134 | 0 | 25 | 14 | 73 | 515 | 14 | 44 |
| Binary | 1101000 | 1010010 | 1011100 | 0 | 10101 | 1100 | 111011 | 101001101 | 1100 | 100100 |
Color Harmonies of #68525C
Complementary color
Monochromatic Colors of #68525C
Black with #68525C
Text Example
Text Example
White with #68525C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68525C; }
p { color: rgb(104,82,92); }
H1.HeaderClassName
{
color: #68525C;
}
.AnyTagClassName
{
color: #68525C;
}
</style>
background-color css
<style>
a { background-color: #68525C; }
a { background-color: rgb(104,82,92); }
div.DivClassName
{
background-color: #68525C;
}
.BgClassName
{
background-color: #68525C;
}
</style>
border-color css
<style>
span { border-color: #68525C; }
span { border-color: rgb(104,82,92); }
td.TdClassName
{
border-color: #68525C;
}
.TagClassName
{
border-color: #68525C;
}
</style>