Shades of Cork #634F40
Tints of Cork #634F40
RGB
CMYK
RGB Variations
Color information
#634F40 (or 0x634F40) is known color: Cork. HEX triplet: 63, 4F and 40. RGB value is (99,79,64). Sum of RGB (Red+Green+Blue) = 99+79+64=242 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.91% from 242); Green value is 79 (31.25% from 255 or 32.64% from 242); Blue value is 64 (25.39% from 255 or 26.45% from 242); Max value from RGB is 99 - color contains mainly: red. Hex color #634F40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #634F40 is #9CB0BF. Grayscale: #535353. Windows color (decimal): -10268864 or 4214627. OLE color: 4214627.
HSL color Cylindrical-coordinate representation of color #634F40: hue angle of 25.71º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #634F40 is Cyan = 0, Magento = 0.20, Yellow = 0.35 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 79 | 64 | - |
| CMYK | 0 | 0.20 | 0.35 | 0.61 |
| HSL | 25.71º | 0.21% | 0.32% | - |
| HSV(B) | 25.71º | 0.35% | 0.39% | - |
| XYZ | 8.87 | 8.61 | 6.05 | - |
| YUV | 83.27 | 117.13 | 139.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 79 | 64 | 0 | 0.20 | 0.35 | 0.61 | 25.71 | 0.21 | 0.32 |
| Hex | 63 | 4F | 40 | 0 | 14 | 23 | 3D | 1A | 15 | 20 |
| Octal | 143 | 117 | 100 | 0 | 24 | 43 | 75 | 32 | 25 | 40 |
| Binary | 1100011 | 1001111 | 1000000 | 0 | 10100 | 100011 | 111101 | 11010 | 10101 | 100000 |
Color Harmonies of #634F40
Complementary color
Monochromatic Colors of #634F40
Black with #634F40
Text Example
Text Example
White with #634F40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #634F40; }
p { color: rgb(99,79,64); }
H1.HeaderClassName
{
color: #634F40;
}
.AnyTagClassName
{
color: #634F40;
}
</style>
background-color css
<style>
a { background-color: #634F40; }
a { background-color: rgb(99,79,64); }
div.DivClassName
{
background-color: #634F40;
}
.BgClassName
{
background-color: #634F40;
}
</style>
border-color css
<style>
span { border-color: #634F40; }
span { border-color: rgb(99,79,64); }
td.TdClassName
{
border-color: #634F40;
}
.TagClassName
{
border-color: #634F40;
}
</style>