Shades of Cork #624F41
Tints of Cork #624F41
RGB
CMYK
RGB Variations
Color information
#624F41 (or 0x624F41) is known color: Cork. HEX triplet: 62, 4F and 41. RGB value is (98,79,65). Sum of RGB (Red+Green+Blue) = 98+79+65=242 (32% of max value = 765). Red value is 98 (38.67% from 255 or 40.50% from 242); Green value is 79 (31.25% from 255 or 32.64% from 242); Blue value is 65 (25.78% from 255 or 26.86% from 242); Max value from RGB is 98 - color contains mainly: red. Hex color #624F41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #624F41 is #9DB0BE. Grayscale: #535353. Windows color (decimal): -10334399 or 4280162. OLE color: 4280162.
HSL color Cylindrical-coordinate representation of color #624F41: 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 #624F41 is Cyan = 0, Magento = 0.19, Yellow = 0.34 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 98 | 79 | 65 | - |
| CMYK | 0 | 0.19 | 0.34 | 0.62 |
| HSL | 25.45º | 0.2% | 0.32% | - |
| HSV(B) | 25.45º | 0.34% | 0.38% | - |
| XYZ | 8.79 | 8.57 | 6.19 | - |
| YUV | 83.09 | 117.79 | 138.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 98 | 79 | 65 | 0 | 0.19 | 0.34 | 0.62 | 25.45 | 0.2 | 0.32 |
| Hex | 62 | 4F | 41 | 0 | 13 | 22 | 3E | 19 | 14 | 20 |
| Octal | 142 | 117 | 101 | 0 | 23 | 42 | 76 | 31 | 24 | 40 |
| Binary | 1100010 | 1001111 | 1000001 | 0 | 10011 | 100010 | 111110 | 11001 | 10100 | 100000 |
Color Harmonies of #624F41
Complementary color
Monochromatic Colors of #624F41
Black with #624F41
Text Example
Text Example
White with #624F41
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #624F41; }
p { color: rgb(98,79,65); }
H1.HeaderClassName
{
color: #624F41;
}
.AnyTagClassName
{
color: #624F41;
}
</style>
background-color css
<style>
a { background-color: #624F41; }
a { background-color: rgb(98,79,65); }
div.DivClassName
{
background-color: #624F41;
}
.BgClassName
{
background-color: #624F41;
}
</style>
border-color css
<style>
span { border-color: #624F41; }
span { border-color: rgb(98,79,65); }
td.TdClassName
{
border-color: #624F41;
}
.TagClassName
{
border-color: #624F41;
}
</style>