Html Css Color HEX #564840 Cork

📋 copy color: '#564840'

red 86 ◦ green 72 ◦ blue 64

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

Shades of Cork #564840

Tints of Cork #564840

RGB

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

 GREEN value IS 72 (28.52% from 255) = 32.43%

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

R = 38.74%
G = 32.43%
B = 28.83%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.26

 K value IS 0.66

RGB Variations

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

Color information

#564840 (or 0x564840) is known color: Cork. HEX triplet: 56, 48 and 40. RGB value is (86,72,64). Sum of RGB (Red+Green+Blue) = 86+72+64=222 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.74% from 222); Green value is 72 (28.52% from 255 or 32.43% from 222); Blue value is 64 (25.39% from 255 or 28.83% from 222); Max value from RGB is 86 - color contains mainly: red. Hex color #564840 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564840 is #A9B7BF. Grayscale: #4B4B4B. Windows color (decimal): -11122624 or 4212822. OLE color: 4212822.

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

Color convert

RGB 86 72 64 -
CMYK 0 0.16 0.26 0.66
HSL 21.82º 0.15% 0.29% -
HSV(B) 21.82º 0.26% 0.34% -
XYZ 7.08 6.98 5.83 -
YUV 75.27 121.64 135.65 -
System Red Green Blue C M Y K H S L
Decimal 86 72 64 0 0.16 0.26 0.66 21.82 0.15 0.29
Hex 56 48 40 0 10 1A 42 16 F 1D
Octal 126 110 100 0 20 32 102 26 17 35
Binary 1010110 1001000 1000000 0 10000 11010 1000010 10110 1111 11101

Color Harmonies of #564840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564840

Black with #564840

Text Example


Text Example

White with #564840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564840; }

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

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

background-color css

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

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

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

border-color css

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

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

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