Shades of Cork #564F4A
Tints of Cork #564F4A
RGB
CMYK
RGB Variations
Color information
#564F4A (or 0x564F4A) is known color: Cork. HEX triplet: 56, 4F and 4A. RGB value is (86,79,74). Sum of RGB (Red+Green+Blue) = 86+79+74=239 (31% of max value = 765). Red value is 86 (33.98% from 255 or 35.98% from 239); Green value is 79 (31.25% from 255 or 33.05% from 239); Blue value is 74 (29.30% from 255 or 30.96% from 239); Max value from RGB is 86 - color contains mainly: red. Hex color #564F4A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #564F4A is #A9B0B5. Grayscale: #505050. Windows color (decimal): -11120822 or 4869974. OLE color: 4869974.
HSL color Cylindrical-coordinate representation of color #564F4A: hue angle of 25º degrees, saturation: 0.08, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #564F4A is Cyan = 0, Magento = 0.08, Yellow = 0.14 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 79 | 74 | - |
| CMYK | 0 | 0.08 | 0.14 | 0.66 |
| HSL | 25º | 0.08% | 0.31% | - |
| HSV(B) | 25º | 0.14% | 0.34% | - |
| XYZ | 7.87 | 8.06 | 7.62 | - |
| YUV | 80.52 | 124.32 | 131.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 79 | 74 | 0 | 0.08 | 0.14 | 0.66 | 25 | 0.08 | 0.31 |
| Hex | 56 | 4F | 4A | 0 | 8 | E | 42 | 19 | 8 | 1F |
| Octal | 126 | 117 | 112 | 0 | 10 | 16 | 102 | 31 | 10 | 37 |
| Binary | 1010110 | 1001111 | 1001010 | 0 | 1000 | 1110 | 1000010 | 11001 | 1000 | 11111 |
Color Harmonies of #564F4A
Complementary color
Monochromatic Colors of #564F4A
Black with #564F4A
Text Example
Text Example
White with #564F4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564F4A; }
p { color: rgb(86,79,74); }
H1.HeaderClassName
{
color: #564F4A;
}
.AnyTagClassName
{
color: #564F4A;
}
</style>
background-color css
<style>
a { background-color: #564F4A; }
a { background-color: rgb(86,79,74); }
div.DivClassName
{
background-color: #564F4A;
}
.BgClassName
{
background-color: #564F4A;
}
</style>
border-color css
<style>
span { border-color: #564F4A; }
span { border-color: rgb(86,79,74); }
td.TdClassName
{
border-color: #564F4A;
}
.TagClassName
{
border-color: #564F4A;
}
</style>