Html Css Color HEX #564645 Woody Brown

📋 copy color: '#564645'

red 86 ◦ green 70 ◦ blue 69

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

Shades of Woody Brown #564645

Tints of Woody Brown #564645

RGB

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

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

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

R = 38.22%
G = 31.11%
B = 30.67%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.20

 K value IS 0.66

RGB Variations

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

Color information

#564645 (or 0x564645) is known color: Woody Brown. HEX triplet: 56, 46 and 45. RGB value is (86,70,69). Sum of RGB (Red+Green+Blue) = 86+70+69=225 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.22% from 225); Green value is 70 (27.73% from 255 or 31.11% from 225); Blue value is 69 (27.34% from 255 or 30.67% from 225); Max value from RGB is 86 - color contains mainly: red. Hex color #564645 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564645 is #A9B9BA. Grayscale: #4A4A4A. Windows color (decimal): -11123131 or 4539990. OLE color: 4539990.

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

Color convert

RGB 86 70 69 -
CMYK 0 0.19 0.20 0.66
HSL 3.53º 0.11% 0.3% -
HSV(B) 3.53º 0.2% 0.34% -
XYZ 7.1 6.79 6.57 -
YUV 74.67 124.8 136.08 -
System Red Green Blue C M Y K H S L
Decimal 86 70 69 0 0.19 0.20 0.66 3.53 0.11 0.3
Hex 56 46 45 0 13 14 42 4 B 1E
Octal 126 106 105 0 23 24 102 4 13 36
Binary 1010110 1000110 1000101 0 10011 10100 1000010 100 1011 11110

Color Harmonies of #564645

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564645

Black with #564645

Text Example


Text Example

White with #564645

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564645; }

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

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

background-color css

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

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

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

border-color css

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

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

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