Html Css Color HEX #564745 Woody Brown

📋 copy color: '#564745'

red 86 ◦ green 71 ◦ blue 69

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

Shades of Woody Brown #564745

Tints of Woody Brown #564745

RGB

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

 GREEN value IS 71 (28.13% from 255) = 31.42%

 BLUE value IS 69 (27.34% from 255) = 30.53%

R = 38.05%
G = 31.42%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.20

 K value IS 0.66

RGB Variations

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

Color information

#564745 (or 0x564745) is known color: Woody Brown. HEX triplet: 56, 47 and 45. RGB value is (86,71,69). Sum of RGB (Red+Green+Blue) = 86+71+69=226 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.05% from 226); Green value is 71 (28.12% from 255 or 31.42% from 226); Blue value is 69 (27.34% from 255 or 30.53% from 226); Max value from RGB is 86 - color contains mainly: red. Hex color #564745 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564745 is #A9B8BA. Grayscale: #4B4B4B. Windows color (decimal): -11122875 or 4540246. OLE color: 4540246.

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

Color convert

RGB 86 71 69 -
CMYK 0 0.17 0.20 0.66
HSL 7.06º 0.11% 0.3% -
HSV(B) 7.06º 0.2% 0.34% -
XYZ 7.17 6.91 6.59 -
YUV 75.26 124.47 135.66 -
System Red Green Blue C M Y K H S L
Decimal 86 71 69 0 0.17 0.20 0.66 7.06 0.11 0.3
Hex 56 47 45 0 11 14 42 7 B 1E
Octal 126 107 105 0 21 24 102 7 13 36
Binary 1010110 1000111 1000101 0 10001 10100 1000010 111 1011 11110

Color Harmonies of #564745

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564745

Black with #564745

Text Example


Text Example

White with #564745

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564745; }

 p { color: rgb(86,71,69); }

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

background-color css

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

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

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

border-color css

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

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

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