Html Css Color HEX #564442 Woody Brown

📋 copy color: '#564442'

red 86 ◦ green 68 ◦ blue 66

#564442
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Woody Brown #564442

Tints of Woody Brown #564442

RGB

 RED value IS 86 (33.98% from 255) = 39.09%

 GREEN value IS 68 (26.95% from 255) = 30.91%

 BLUE value IS 66 (26.17% from 255) = 30%

R = 39.09%
G = 30.91%
B = 30%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.23

 K value IS 0.66

RGB Variations

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

Color information

#564442 (or 0x564442) is known color: Woody Brown. HEX triplet: 56, 44 and 42. RGB value is (86,68,66). Sum of RGB (Red+Green+Blue) = 86+68+66=220 (29% of max value = 765). Red value is 86 (33.98% from 255 or 39.09% from 220); Green value is 68 (26.95% from 255 or 30.91% from 220); Blue value is 66 (26.17% from 255 or 30% from 220); Max value from RGB is 86 - color contains mainly: red. Hex color #564442 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564442 is #A9BBBD. Grayscale: #494949. Windows color (decimal): -11123646 or 4342870. OLE color: 4342870.

HSL color Cylindrical-coordinate representation of color #564442: hue angle of 6º 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 #564442 is Cyan = 0, Magento = 0.21, Yellow = 0.23 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 68 66 -
CMYK 0 0.21 0.23 0.66
HSL 0.13% 0.3% -
HSV(B) 0.23% 0.34% -
XYZ 6.89 6.51 6.05 -
YUV 73.15 123.96 137.16 -
System Red Green Blue C M Y K H S L
Decimal 86 68 66 0 0.21 0.23 0.66 6 0.13 0.3
Hex 56 44 42 0 15 17 42 6 D 1E
Octal 126 104 102 0 25 27 102 6 15 36
Binary 1010110 1000100 1000010 0 10101 10111 1000010 110 1101 11110

Color Harmonies of #564442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564442

Black with #564442

Text Example


Text Example

White with #564442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564442; }

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

 H1.HeaderClassName
 {
   color: #564442;
 }
 .AnyTagClassName
 {
   color: #564442;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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