Html Css Color HEX #564C44 Cork

📋 copy color: '#564C44'

red 86 ◦ green 76 ◦ blue 68

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

Shades of Cork #564C44

Tints of Cork #564C44

RGB

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

 GREEN value IS 76 (30.08% from 255) = 33.04%

 BLUE value IS 68 (26.95% from 255) = 29.57%

R = 37.39%
G = 33.04%
B = 29.57%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.21

 K value IS 0.66

RGB Variations

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

Color information

#564C44 (or 0x564C44) is known color: Cork. HEX triplet: 56, 4C and 44. RGB value is (86,76,68). Sum of RGB (Red+Green+Blue) = 86+76+68=230 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.39% from 230); Green value is 76 (30.08% from 255 or 33.04% from 230); Blue value is 68 (26.95% from 255 or 29.57% from 230); Max value from RGB is 86 - color contains mainly: red. Hex color #564C44 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564C44 is #A9B3BB. Grayscale: #4E4E4E. Windows color (decimal): -11121596 or 4475990. OLE color: 4475990.

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

Color convert

RGB 86 76 68 -
CMYK 0 0.12 0.21 0.66
HSL 26.67º 0.12% 0.3% -
HSV(B) 26.67º 0.21% 0.34% -
XYZ 7.47 7.56 6.54 -
YUV 78.08 122.31 133.65 -
System Red Green Blue C M Y K H S L
Decimal 86 76 68 0 0.12 0.21 0.66 26.67 0.12 0.3
Hex 56 4C 44 0 C 15 42 1B C 1E
Octal 126 114 104 0 14 25 102 33 14 36
Binary 1010110 1001100 1000100 0 1100 10101 1000010 11011 1100 11110

Color Harmonies of #564C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564C44

Black with #564C44

Text Example


Text Example

White with #564C44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #564C44; }

 p { color: rgb(86,76,68); }

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

background-color css

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

 a { background-color: rgb(86,76,68); }

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

border-color css

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

 span { border-color: rgb(86,76,68); }

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