Html Css Color HEX #564444 Woody Brown

📋 copy color: '#564444'

red 86 ◦ green 68 ◦ blue 68

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

Shades of Woody Brown #564444

Tints of Woody Brown #564444

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 30.63%

R = 38.74%
G = 30.63%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.21

 Y value IS 0.21

 K value IS 0.66

RGB Variations

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

Color information

#564444 (or 0x564444) is known color: Woody Brown. HEX triplet: 56, 44 and 44. RGB value is (86,68,68). Sum of RGB (Red+Green+Blue) = 86+68+68=222 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.74% from 222); Green value is 68 (26.95% from 255 or 30.63% from 222); Blue value is 68 (26.95% from 255 or 30.63% from 222); Max value from RGB is 86 - color contains mainly: red. Hex color #564444 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564444 is #A9BBBB. Grayscale: #494949. Windows color (decimal): -11123644 or 4473942. OLE color: 4473942.

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

Color convert

RGB 86 68 68 -
CMYK 0 0.21 0.21 0.66
HSL 0.12% 0.3% -
HSV(B) 0.21% 0.34% -
XYZ 6.95 6.53 6.36 -
YUV 73.38 124.96 137 -
System Red Green Blue C M Y K H S L
Decimal 86 68 68 0 0.21 0.21 0.66 0 0.12 0.3
Hex 56 44 44 0 15 15 42 0 C 1E
Octal 126 104 104 0 25 25 102 0 14 36
Binary 1010110 1000100 1000100 0 10101 10101 1000010 0 1100 11110

Color Harmonies of #564444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564444

Black with #564444

Text Example


Text Example

White with #564444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564444; }

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

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

background-color css

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

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

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

border-color css

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

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

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