Html Css Color HEX #564C45 Cork

📋 copy color: '#564C45'

red 86 ◦ green 76 ◦ blue 69

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

Shades of Cork #564C45

Tints of Cork #564C45

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 29.87%

R = 37.23%
G = 32.9%
B = 29.87%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.20

 K value IS 0.66

RGB Variations

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

Color information

#564C45 (or 0x564C45) is known color: Cork. HEX triplet: 56, 4C and 45. RGB value is (86,76,69). Sum of RGB (Red+Green+Blue) = 86+76+69=231 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.23% from 231); Green value is 76 (30.08% from 255 or 32.90% from 231); Blue value is 69 (27.34% from 255 or 29.87% from 231); Max value from RGB is 86 - color contains mainly: red. Hex color #564C45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564C45 is #A9B3BA. Grayscale: #4E4E4E. Windows color (decimal): -11121595 or 4541526. OLE color: 4541526.

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

Color convert

RGB 86 76 69 -
CMYK 0 0.12 0.20 0.66
HSL 24.71º 0.11% 0.3% -
HSV(B) 24.71º 0.2% 0.34% -
XYZ 7.5 7.58 6.7 -
YUV 78.19 122.81 133.57 -
System Red Green Blue C M Y K H S L
Decimal 86 76 69 0 0.12 0.20 0.66 24.71 0.11 0.3
Hex 56 4C 45 0 C 14 42 19 B 1E
Octal 126 114 105 0 14 24 102 31 13 36
Binary 1010110 1001100 1000101 0 1100 10100 1000010 11001 1011 11110

Color Harmonies of #564C45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564C45

Black with #564C45

Text Example


Text Example

White with #564C45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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