#564342

Color #564342 Woody Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Woody Brown #564342

Tints of Woody Brown #564342

Color information

#564342 (or 0x564342) is unknown color: approx Woody Brown. HEX triplet: 56, 43 and 42. RGB value is (86,67,66). Sum of RGB (Red+Green+Blue) = 86+67+66=219 (29% of max value = 765). Red value is 86 (33.98% from 255 or 39.27% from 219); Green value is 67 (26.56% from 255 or 30.59% from 219); Blue value is 66 (26.17% from 255 or 30.14% from 219); Max value from RGB is 86 - color contains mainly: red. Hex color #564342 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564342 is #A9BCBD. Grayscale: #484848. Windows color (decimal): -11123902 or 4342614. OLE color: 4342614.

HSL color Cylindrical-coordinate representation of color #564342: hue angle of 3º degrees, saturation: 0.13, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #564342 is Cyan = 0, Magento = 0.22, Yellow = 0.23 and Black (K on CMYK) = 0.66.

Color convert

RGB866766-
CMYK00.220.230.66
HSL13.16%29.8%-
HSV(B)23.26%33.73%-
XYZ6.836.396.03-
YUV72.57124.29137.58-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 86 (33.98% from 255) = 39.27%
GREEN value IS 67 (26.56% from 255) = 30.59%
BLUE value IS 66 (26.17% from 255) = 30.14%
R=39.27%
G=30.59%
B=30.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.22
Y (Yellow) values IS 0.23
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal86676600.220.230.66313.1629.8
Hex56434201617423d1e
Octal1261031020262710231536
Binary10101101000011100001001011010111100001011110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #564342

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #564342; }

 p { color: rgb(86,67,66); }

 H1.HeaderClassName
 {
   color: #564342;
 }
 .AnyTagClassName
 {
   color: #564342;
 }
</style>
background-color css

<style>
 a { background-color: #564342; }

 a { background-color: rgb(86,67,66); }

 div.DivClassName
 {
   background-color: #564342;
 }
 .BgClassName
 {
   background-color: #564342;
 }
</style>
border-color css

<style>
 span { border-color: #564342; }

 span { border-color: rgb(86,67,66); }

 td.TdClassName
 {
   border-color: #564342;
 }
 .TagClassName
 {
   border-color: #564342;
 }
</style>