Shades of Finn #684D5B
Tints of Finn #684D5B
RGB
CMYK
RGB Variations
Color information
#684D5B (or 0x684D5B) is known color: Finn. HEX triplet: 68, 4D and 5B. RGB value is (104,77,91). Sum of RGB (Red+Green+Blue) = 104+77+91=272 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.24% from 272); Green value is 77 (30.47% from 255 or 28.31% from 272); Blue value is 91 (35.94% from 255 or 33.46% from 272); Max value from RGB is 104 - color contains mainly: red. Hex color #684D5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #684D5B is #97B2A4. Grayscale: #565656. Windows color (decimal): -9941669 or 5983592. OLE color: 5983592.
HSL color Cylindrical-coordinate representation of color #684D5B: hue angle of 328.89º degrees, saturation: 0.15, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #684D5B is Cyan = 0, Magento = 0.26, Yellow = 0.12 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 77 | 91 | - |
| CMYK | 0 | 0.26 | 0.12 | 0.59 |
| HSL | 328.89º | 0.15% | 0.35% | - |
| HSV(B) | 328.89º | 0.26% | 0.41% | - |
| XYZ | 10.25 | 9.01 | 11.1 | - |
| YUV | 86.67 | 130.45 | 140.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 77 | 91 | 0 | 0.26 | 0.12 | 0.59 | 328.89 | 0.15 | 0.35 |
| Hex | 68 | 4D | 5B | 0 | 1A | C | 3B | 149 | F | 23 |
| Octal | 150 | 115 | 133 | 0 | 32 | 14 | 73 | 511 | 17 | 43 |
| Binary | 1101000 | 1001101 | 1011011 | 0 | 11010 | 1100 | 111011 | 101001001 | 1111 | 100011 |
Color Harmonies of #684D5B
Complementary color
Monochromatic Colors of #684D5B
Black with #684D5B
Text Example
Text Example
White with #684D5B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684D5B; }
p { color: rgb(104,77,91); }
H1.HeaderClassName
{
color: #684D5B;
}
.AnyTagClassName
{
color: #684D5B;
}
</style>
background-color css
<style>
a { background-color: #684D5B; }
a { background-color: rgb(104,77,91); }
div.DivClassName
{
background-color: #684D5B;
}
.BgClassName
{
background-color: #684D5B;
}
</style>
border-color css
<style>
span { border-color: #684D5B; }
span { border-color: rgb(104,77,91); }
td.TdClassName
{
border-color: #684D5B;
}
.TagClassName
{
border-color: #684D5B;
}
</style>