Html Css Color HEX #564644 Woody Brown

📋 copy color: '#564644'

red 86 ◦ green 70 ◦ blue 68

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

Shades of Woody Brown #564644

Tints of Woody Brown #564644

RGB

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

 GREEN value IS 70 (27.73% from 255) = 31.25%

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

R = 38.39%
G = 31.25%
B = 30.36%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.21

 K value IS 0.66

RGB Variations

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

Color information

#564644 (or 0x564644) is known color: Woody Brown. HEX triplet: 56, 46 and 44. RGB value is (86,70,68). Sum of RGB (Red+Green+Blue) = 86+70+68=224 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.39% from 224); Green value is 70 (27.73% from 255 or 31.25% from 224); Blue value is 68 (26.95% from 255 or 30.36% from 224); Max value from RGB is 86 - color contains mainly: red. Hex color #564644 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564644 is #A9B9BB. Grayscale: #4A4A4A. Windows color (decimal): -11123132 or 4474454. OLE color: 4474454.

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

Color convert

RGB 86 70 68 -
CMYK 0 0.19 0.21 0.66
HSL 6.67º 0.12% 0.3% -
HSV(B) 6.67º 0.21% 0.34% -
XYZ 7.07 6.78 6.4 -
YUV 74.56 124.3 136.16 -
System Red Green Blue C M Y K H S L
Decimal 86 70 68 0 0.19 0.21 0.66 6.67 0.12 0.3
Hex 56 46 44 0 13 15 42 7 C 1E
Octal 126 106 104 0 23 25 102 7 14 36
Binary 1010110 1000110 1000100 0 10011 10101 1000010 111 1100 11110

Color Harmonies of #564644

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564644

Black with #564644

Text Example


Text Example

White with #564644

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564644; }

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

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

background-color css

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

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

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

border-color css

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

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

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