Html Css Color HEX #564841 Cork

📋 copy color: '#564841'

red 86 ◦ green 72 ◦ blue 65

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

Shades of Cork #564841

Tints of Cork #564841

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 29.15%

R = 38.57%
G = 32.29%
B = 29.15%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.24

 K value IS 0.66

RGB Variations

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

Color information

#564841 (or 0x564841) is known color: Cork. HEX triplet: 56, 48 and 41. RGB value is (86,72,65). Sum of RGB (Red+Green+Blue) = 86+72+65=223 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.57% from 223); Green value is 72 (28.52% from 255 or 32.29% from 223); Blue value is 65 (25.78% from 255 or 29.15% from 223); Max value from RGB is 86 - color contains mainly: red. Hex color #564841 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564841 is #A9B7BE. Grayscale: #4B4B4B. Windows color (decimal): -11122623 or 4278358. OLE color: 4278358.

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

Color convert

RGB 86 72 65 -
CMYK 0 0.16 0.24 0.66
HSL 20º 0.14% 0.3% -
HSV(B) 20º 0.24% 0.34% -
XYZ 7.11 6.99 5.98 -
YUV 75.39 122.14 135.57 -
System Red Green Blue C M Y K H S L
Decimal 86 72 65 0 0.16 0.24 0.66 20 0.14 0.3
Hex 56 48 41 0 10 18 42 14 E 1E
Octal 126 110 101 0 20 30 102 24 16 36
Binary 1010110 1001000 1000001 0 10000 11000 1000010 10100 1110 11110

Color Harmonies of #564841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564841

Black with #564841

Text Example


Text Example

White with #564841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564841; }

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

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

background-color css

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

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

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

border-color css

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

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

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