Shades of Woody Brown #564543
Tints of Woody Brown #564543
RGB
CMYK
RGB Variations
Color information
#564543 (or 0x564543) is known color: Woody Brown. HEX triplet: 56, 45 and 43. RGB value is (86,69,67). Sum of RGB (Red+Green+Blue) = 86+69+67=222 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.74% from 222); Green value is 69 (27.34% from 255 or 31.08% from 222); Blue value is 67 (26.56% from 255 or 30.18% from 222); Max value from RGB is 86 - color contains mainly: red. Hex color #564543 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564543 is #A9BABC. Grayscale: #494949. Windows color (decimal): -11123389 or 4408662. OLE color: 4408662.
HSL color Cylindrical-coordinate representation of color #564543: hue angle of 6.32º degrees, saturation: 0.12, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #564543 is Cyan = 0, Magento = 0.20, Yellow = 0.22 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 86 | 69 | 67 | - |
| CMYK | 0 | 0.20 | 0.22 | 0.66 |
| HSL | 6.32º | 0.12% | 0.3% | - |
| HSV(B) | 6.32º | 0.22% | 0.34% | - |
| XYZ | 6.98 | 6.64 | 6.22 | - |
| YUV | 73.86 | 124.13 | 136.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 86 | 69 | 67 | 0 | 0.20 | 0.22 | 0.66 | 6.32 | 0.12 | 0.3 |
| Hex | 56 | 45 | 43 | 0 | 14 | 16 | 42 | 6 | C | 1E |
| Octal | 126 | 105 | 103 | 0 | 24 | 26 | 102 | 6 | 14 | 36 |
| Binary | 1010110 | 1000101 | 1000011 | 0 | 10100 | 10110 | 1000010 | 110 | 1100 | 11110 |
Color Harmonies of #564543
Complementary color
Monochromatic Colors of #564543
Black with #564543
Text Example
Text Example
White with #564543
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #564543; }
p { color: rgb(86,69,67); }
H1.HeaderClassName
{
color: #564543;
}
.AnyTagClassName
{
color: #564543;
}
</style>
background-color css
<style>
a { background-color: #564543; }
a { background-color: rgb(86,69,67); }
div.DivClassName
{
background-color: #564543;
}
.BgClassName
{
background-color: #564543;
}
</style>
border-color css
<style>
span { border-color: #564543; }
span { border-color: rgb(86,69,67); }
td.TdClassName
{
border-color: #564543;
}
.TagClassName
{
border-color: #564543;
}
</style>