Html Css Color HEX #564A43 Cork

📋 copy color: '#564A43'

red 86 ◦ green 74 ◦ blue 67

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

Shades of Cork #564A43

Tints of Cork #564A43

RGB

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

 GREEN value IS 74 (29.3% from 255) = 32.6%

 BLUE value IS 67 (26.56% from 255) = 29.52%

R = 37.89%
G = 32.6%
B = 29.52%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.22

 K value IS 0.66

RGB Variations

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

Color information

#564A43 (or 0x564A43) is known color: Cork. HEX triplet: 56, 4A and 43. RGB value is (86,74,67). Sum of RGB (Red+Green+Blue) = 86+74+67=227 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.89% from 227); Green value is 74 (29.30% from 255 or 32.60% from 227); Blue value is 67 (26.56% from 255 or 29.52% from 227); Max value from RGB is 86 - color contains mainly: red. Hex color #564A43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564A43 is #A9B5BC. Grayscale: #4C4C4C. Windows color (decimal): -11122109 or 4409942. OLE color: 4409942.

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

Color convert

RGB 86 74 67 -
CMYK 0 0.14 0.22 0.66
HSL 22.11º 0.12% 0.3% -
HSV(B) 22.11º 0.22% 0.34% -
XYZ 7.3 7.28 6.33 -
YUV 76.79 122.48 134.57 -
System Red Green Blue C M Y K H S L
Decimal 86 74 67 0 0.14 0.22 0.66 22.11 0.12 0.3
Hex 56 4A 43 0 E 16 42 16 C 1E
Octal 126 112 103 0 16 26 102 26 14 36
Binary 1010110 1001010 1000011 0 1110 10110 1000010 10110 1100 11110

Color Harmonies of #564A43

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564A43

Black with #564A43

Text Example


Text Example

White with #564A43

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,74,67); }

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

background-color css

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

 a { background-color: rgb(86,74,67); }

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

border-color css

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

 span { border-color: rgb(86,74,67); }

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