Shades of Cork #614E40
Tints of Cork #614E40
RGB
CMYK
RGB Variations
Color information
#614E40 (or 0x614E40) is known color: Cork. HEX triplet: 61, 4E and 40. RGB value is (97,78,64). Sum of RGB (Red+Green+Blue) = 97+78+64=239 (31% of max value = 765). Red value is 97 (38.28% from 255 or 40.59% from 239); Green value is 78 (30.86% from 255 or 32.64% from 239); Blue value is 64 (25.39% from 255 or 26.78% from 239); Max value from RGB is 97 - color contains mainly: red. Hex color #614E40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #614E40 is #9EB1BF. Grayscale: #525252. Windows color (decimal): -10400192 or 4214369. OLE color: 4214369.
HSL color Cylindrical-coordinate representation of color #614E40: hue angle of 25.45º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #614E40 is Cyan = 0, Magento = 0.20, Yellow = 0.34 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 97 | 78 | 64 | - |
| CMYK | 0 | 0.20 | 0.34 | 0.62 |
| HSL | 25.45º | 0.2% | 0.32% | - |
| HSV(B) | 25.45º | 0.34% | 0.38% | - |
| XYZ | 8.58 | 8.36 | 6.01 | - |
| YUV | 82.09 | 117.79 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 97 | 78 | 64 | 0 | 0.20 | 0.34 | 0.62 | 25.45 | 0.2 | 0.32 |
| Hex | 61 | 4E | 40 | 0 | 14 | 22 | 3E | 19 | 14 | 20 |
| Octal | 141 | 116 | 100 | 0 | 24 | 42 | 76 | 31 | 24 | 40 |
| Binary | 1100001 | 1001110 | 1000000 | 0 | 10100 | 100010 | 111110 | 11001 | 10100 | 100000 |
Color Harmonies of #614E40
Complementary color
Monochromatic Colors of #614E40
Black with #614E40
Text Example
Text Example
White with #614E40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #614E40; }
p { color: rgb(97,78,64); }
H1.HeaderClassName
{
color: #614E40;
}
.AnyTagClassName
{
color: #614E40;
}
</style>
background-color css
<style>
a { background-color: #614E40; }
a { background-color: rgb(97,78,64); }
div.DivClassName
{
background-color: #614E40;
}
.BgClassName
{
background-color: #614E40;
}
</style>
border-color css
<style>
span { border-color: #614E40; }
span { border-color: rgb(97,78,64); }
td.TdClassName
{
border-color: #614E40;
}
.TagClassName
{
border-color: #614E40;
}
</style>