Html Css Color HEX #564140 Woody Brown

📋 copy color: '#564140'

red 86 ◦ green 65 ◦ blue 64

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

Shades of Woody Brown #564140

Tints of Woody Brown #564140

RGB

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

 GREEN value IS 65 (25.78% from 255) = 30.23%

 BLUE value IS 64 (25.39% from 255) = 29.77%

R = 40%
G = 30.23%
B = 29.77%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.26

 K value IS 0.66

RGB Variations

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

Color information

#564140 (or 0x564140) is known color: Woody Brown. HEX triplet: 56, 41 and 40. RGB value is (86,65,64). Sum of RGB (Red+Green+Blue) = 86+65+64=215 (28% of max value = 765). Red value is 86 (33.98% from 255 or 40% from 215); Green value is 65 (25.78% from 255 or 30.23% from 215); Blue value is 64 (25.39% from 255 or 29.77% from 215); Max value from RGB is 86 - color contains mainly: red. Hex color #564140 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564140 is #A9BEBF. Grayscale: #474747. Windows color (decimal): -11124416 or 4211030. OLE color: 4211030.

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

Color convert

RGB 86 65 64 -
CMYK 0 0.24 0.26 0.66
HSL 2.73º 0.15% 0.29% -
HSV(B) 2.73º 0.26% 0.34% -
XYZ 6.65 6.13 5.68 -
YUV 71.17 123.96 138.58 -
System Red Green Blue C M Y K H S L
Decimal 86 65 64 0 0.24 0.26 0.66 2.73 0.15 0.29
Hex 56 41 40 0 18 1A 42 3 F 1D
Octal 126 101 100 0 30 32 102 3 17 35
Binary 1010110 1000001 1000000 0 11000 11010 1000010 11 1111 11101

Color Harmonies of #564140

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564140

Black with #564140

Text Example


Text Example

White with #564140

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564140; }

 p { color: rgb(86,65,64); }

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

background-color css

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

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

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

border-color css

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

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

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