Shades of Finn #68525A
Tints of Finn #68525A
RGB
CMYK
RGB Variations
Color information
#68525A (or 0x68525A) is known color: Finn. HEX triplet: 68, 52 and 5A. RGB value is (104,82,90). Sum of RGB (Red+Green+Blue) = 104+82+90=276 (36% of max value = 765). Red value is 104 (41.02% from 255 or 37.68% from 276); Green value is 82 (32.42% from 255 or 29.71% from 276); Blue value is 90 (35.55% from 255 or 32.61% from 276); Max value from RGB is 104 - color contains mainly: red. Hex color #68525A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #68525A is #97ADA5. Grayscale: #595959. Windows color (decimal): -9940390 or 5919336. OLE color: 5919336.
HSL color Cylindrical-coordinate representation of color #68525A: hue angle of 338.18º 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 #68525A is Cyan = 0, Magento = 0.21, Yellow = 0.13 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 82 | 90 | - |
| CMYK | 0 | 0.21 | 0.13 | 0.59 |
| HSL | 338.18º | 0.12% | 0.36% | - |
| HSV(B) | 338.18º | 0.21% | 0.41% | - |
| XYZ | 10.57 | 9.72 | 10.99 | - |
| YUV | 89.49 | 128.29 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 82 | 90 | 0 | 0.21 | 0.13 | 0.59 | 338.18 | 0.12 | 0.36 |
| Hex | 68 | 52 | 5A | 0 | 15 | D | 3B | 152 | C | 24 |
| Octal | 150 | 122 | 132 | 0 | 25 | 15 | 73 | 522 | 14 | 44 |
| Binary | 1101000 | 1010010 | 1011010 | 0 | 10101 | 1101 | 111011 | 101010010 | 1100 | 100100 |
Color Harmonies of #68525A
Complementary color
Monochromatic Colors of #68525A
Black with #68525A
Text Example
Text Example
White with #68525A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68525A; }
p { color: rgb(104,82,90); }
H1.HeaderClassName
{
color: #68525A;
}
.AnyTagClassName
{
color: #68525A;
}
</style>
background-color css
<style>
a { background-color: #68525A; }
a { background-color: rgb(104,82,90); }
div.DivClassName
{
background-color: #68525A;
}
.BgClassName
{
background-color: #68525A;
}
</style>
border-color css
<style>
span { border-color: #68525A; }
span { border-color: rgb(104,82,90); }
td.TdClassName
{
border-color: #68525A;
}
.TagClassName
{
border-color: #68525A;
}
</style>