Html Css Color HEX #564941 Cork

📋 copy color: '#564941'

red 86 ◦ green 73 ◦ blue 65

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

Shades of Cork #564941

Tints of Cork #564941

RGB

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

 GREEN value IS 73 (28.91% from 255) = 32.59%

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

R = 38.39%
G = 32.59%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.24

 K value IS 0.66

RGB Variations

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

Color information

#564941 (or 0x564941) is known color: Cork. HEX triplet: 56, 49 and 41. RGB value is (86,73,65). Sum of RGB (Red+Green+Blue) = 86+73+65=224 (29% of max value = 765). Red value is 86 (33.98% from 255 or 38.39% from 224); Green value is 73 (28.91% from 255 or 32.59% from 224); Blue value is 65 (25.78% from 255 or 29.02% from 224); Max value from RGB is 86 - color contains mainly: red. Hex color #564941 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564941 is #A9B6BE. Grayscale: #4C4C4C. Windows color (decimal): -11122367 or 4278614. OLE color: 4278614.

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

Color convert

RGB 86 73 65 -
CMYK 0 0.15 0.24 0.66
HSL 22.86º 0.14% 0.3% -
HSV(B) 22.86º 0.24% 0.34% -
XYZ 7.17 7.13 6 -
YUV 75.98 121.81 135.15 -
System Red Green Blue C M Y K H S L
Decimal 86 73 65 0 0.15 0.24 0.66 22.86 0.14 0.3
Hex 56 49 41 0 F 18 42 17 E 1E
Octal 126 111 101 0 17 30 102 27 16 36
Binary 1010110 1001001 1000001 0 1111 11000 1000010 10111 1110 11110

Color Harmonies of #564941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564941

Black with #564941

Text Example


Text Example

White with #564941

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564941; }

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

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

background-color css

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

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

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

border-color css

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

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

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