Shades of Finn #684253
Tints of Finn #684253
RGB
CMYK
RGB Variations
Color information
#684253 (or 0x684253) is known color: Finn. HEX triplet: 68, 42 and 53. RGB value is (104,66,83). Sum of RGB (Red+Green+Blue) = 104+66+83=253 (33% of max value = 765). Red value is 104 (41.02% from 255 or 41.11% from 253); Green value is 66 (26.17% from 255 or 26.09% from 253); Blue value is 83 (32.81% from 255 or 32.81% from 253); Max value from RGB is 104 - color contains mainly: red. Hex color #684253 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #684253 is #97BDAC. Grayscale: #4F4F4F. Windows color (decimal): -9944493 or 5456488. OLE color: 5456488.
HSL color Cylindrical-coordinate representation of color #684253: hue angle of 333.16º degrees, saturation: 0.22, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #684253 is Cyan = 0, Magento = 0.37, Yellow = 0.20 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 66 | 83 | - |
| CMYK | 0 | 0.37 | 0.20 | 0.59 |
| HSL | 333.16º | 0.22% | 0.33% | - |
| HSV(B) | 333.16º | 0.37% | 0.41% | - |
| XYZ | 9.22 | 7.46 | 9.14 | - |
| YUV | 79.3 | 130.09 | 145.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 66 | 83 | 0 | 0.37 | 0.20 | 0.59 | 333.16 | 0.22 | 0.33 |
| Hex | 68 | 42 | 53 | 0 | 25 | 14 | 3B | 14D | 16 | 21 |
| Octal | 150 | 102 | 123 | 0 | 45 | 24 | 73 | 515 | 26 | 41 |
| Binary | 1101000 | 1000010 | 1010011 | 0 | 100101 | 10100 | 111011 | 101001101 | 10110 | 100001 |
Color Harmonies of #684253
Complementary color
Monochromatic Colors of #684253
Black with #684253
Text Example
Text Example
White with #684253
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #684253; }
p { color: rgb(104,66,83); }
H1.HeaderClassName
{
color: #684253;
}
.AnyTagClassName
{
color: #684253;
}
</style>
background-color css
<style>
a { background-color: #684253; }
a { background-color: rgb(104,66,83); }
div.DivClassName
{
background-color: #684253;
}
.BgClassName
{
background-color: #684253;
}
</style>
border-color css
<style>
span { border-color: #684253; }
span { border-color: rgb(104,66,83); }
td.TdClassName
{
border-color: #684253;
}
.TagClassName
{
border-color: #684253;
}
</style>