Shades of Finn #683F4F
Tints of Finn #683F4F
RGB
CMYK
RGB Variations
Color information
#683F4F (or 0x683F4F) is known color: Finn. HEX triplet: 68, 3F and 4F. RGB value is (104,63,79). Sum of RGB (Red+Green+Blue) = 104+63+79=246 (32% of max value = 765). Red value is 104 (41.02% from 255 or 42.28% from 246); Green value is 63 (25% from 255 or 25.61% from 246); Blue value is 79 (31.25% from 255 or 32.11% from 246); Max value from RGB is 104 - color contains mainly: red. Hex color #683F4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #683F4F is #97C0B0. Grayscale: #4D4D4D. Windows color (decimal): -9945265 or 5193576. OLE color: 5193576.
HSL color Cylindrical-coordinate representation of color #683F4F: hue angle of 336.59º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #683F4F is Cyan = 0, Magento = 0.39, Yellow = 0.24 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 104 | 63 | 79 | - |
| CMYK | 0 | 0.39 | 0.24 | 0.59 |
| HSL | 336.59º | 0.25% | 0.33% | - |
| HSV(B) | 336.59º | 0.39% | 0.41% | - |
| XYZ | 8.9 | 7.06 | 8.29 | - |
| YUV | 77.08 | 129.08 | 147.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 63 | 79 | 0 | 0.39 | 0.24 | 0.59 | 336.59 | 0.25 | 0.33 |
| Hex | 68 | 3F | 4F | 0 | 27 | 18 | 3B | 151 | 19 | 21 |
| Octal | 150 | 77 | 117 | 0 | 47 | 30 | 73 | 521 | 31 | 41 |
| Binary | 1101000 | 111111 | 1001111 | 0 | 100111 | 11000 | 111011 | 101010001 | 11001 | 100001 |
Color Harmonies of #683F4F
Complementary color
Monochromatic Colors of #683F4F
Black with #683F4F
Text Example
Text Example
White with #683F4F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #683F4F; }
p { color: rgb(104,63,79); }
H1.HeaderClassName
{
color: #683F4F;
}
.AnyTagClassName
{
color: #683F4F;
}
</style>
background-color css
<style>
a { background-color: #683F4F; }
a { background-color: rgb(104,63,79); }
div.DivClassName
{
background-color: #683F4F;
}
.BgClassName
{
background-color: #683F4F;
}
</style>
border-color css
<style>
span { border-color: #683F4F; }
span { border-color: rgb(104,63,79); }
td.TdClassName
{
border-color: #683F4F;
}
.TagClassName
{
border-color: #683F4F;
}
</style>