Html Css Color HEX #564B42 Cork

📋 copy color: '#564B42'

red 86 ◦ green 75 ◦ blue 66

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

Shades of Cork #564B42

Tints of Cork #564B42

RGB

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

 GREEN value IS 75 (29.69% from 255) = 33.04%

 BLUE value IS 66 (26.17% from 255) = 29.07%

R = 37.89%
G = 33.04%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.23

 K value IS 0.66

RGB Variations

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

Color information

#564B42 (or 0x564B42) is known color: Cork. HEX triplet: 56, 4B and 42. RGB value is (86,75,66). Sum of RGB (Red+Green+Blue) = 86+75+66=227 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.89% from 227); Green value is 75 (29.69% from 255 or 33.04% from 227); Blue value is 66 (26.17% from 255 or 29.07% from 227); Max value from RGB is 86 - color contains mainly: red. Hex color #564B42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564B42 is #A9B4BD. Grayscale: #4D4D4D. Windows color (decimal): -11121854 or 4344662. OLE color: 4344662.

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

Color convert

RGB 86 75 66 -
CMYK 0 0.13 0.23 0.66
HSL 27º 0.13% 0.3% -
HSV(B) 27º 0.23% 0.34% -
XYZ 7.34 7.4 6.2 -
YUV 77.26 121.64 134.23 -
System Red Green Blue C M Y K H S L
Decimal 86 75 66 0 0.13 0.23 0.66 27 0.13 0.3
Hex 56 4B 42 0 D 17 42 1B D 1E
Octal 126 113 102 0 15 27 102 33 15 36
Binary 1010110 1001011 1000010 0 1101 10111 1000010 11011 1101 11110

Color Harmonies of #564B42

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564B42

Black with #564B42

Text Example


Text Example

White with #564B42

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,75,66); }

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

background-color css

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

 a { background-color: rgb(86,75,66); }

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

border-color css

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

 span { border-color: rgb(86,75,66); }

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