Shades of Finn #684B5D
Tints of Finn #684B5D
RGB
CMYK
RGB Variations
Color information
#684B5D (or 0x684B5D) is known color: Finn. HEX triplet: 68, 4B and 5D. RGB value is (104,75,93). Sum of RGB (Red+Green+Blue) = 104+75+93=272 (36% of max value = 765). Red value is 104 (41.02% from 255 or 38.24% from 272); Green value is 75 (29.69% from 255 or 27.57% from 272); Blue value is 93 (36.72% from 255 or 34.19% from 272); Max value from RGB is 104 - color contains mainly: red. Hex color #684B5D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684B5D is #97B4A2. Grayscale: #555555. Windows color (decimal): -9942179 or 6114152. OLE color: 6114152.
HSL color Cylindrical-coordinate representation of color #684B5D: hue angle of 322.76º degrees, saturation: 0.16, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #684B5D is Cyan = 0, Magento = 0.28, Yellow = 0.11 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 75 | 93 | - |
| CMYK | 0 | 0.28 | 0.11 | 0.59 |
| HSL | 322.76º | 0.16% | 0.35% | - |
| HSV(B) | 322.76º | 0.28% | 0.41% | - |
| XYZ | 10.2 | 8.77 | 11.51 | - |
| YUV | 85.72 | 132.11 | 141.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 75 | 93 | 0 | 0.28 | 0.11 | 0.59 | 322.76 | 0.16 | 0.35 |
| Hex | 68 | 4B | 5D | 0 | 1C | B | 3B | 143 | 10 | 23 |
| Octal | 150 | 113 | 135 | 0 | 34 | 13 | 73 | 503 | 20 | 43 |
| Binary | 1101000 | 1001011 | 1011101 | 0 | 11100 | 1011 | 111011 | 101000011 | 10000 | 100011 |
Color Harmonies of #684B5D
Complementary color
Monochromatic Colors of #684B5D
Black with #684B5D
Text Example
Text Example
White with #684B5D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684B5D; }
p { color: rgb(104,75,93); }
H1.HeaderClassName
{
color: #684B5D;
}
.AnyTagClassName
{
color: #684B5D;
}
</style>
background-color css
<style>
a { background-color: #684B5D; }
a { background-color: rgb(104,75,93); }
div.DivClassName
{
background-color: #684B5D;
}
.BgClassName
{
background-color: #684B5D;
}
</style>
border-color css
<style>
span { border-color: #684B5D; }
span { border-color: rgb(104,75,93); }
td.TdClassName
{
border-color: #684B5D;
}
.TagClassName
{
border-color: #684B5D;
}
</style>