Html Css Color HEX #564C46 Cork

📋 copy color: '#564C46'

red 86 ◦ green 76 ◦ blue 70

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

Shades of Cork #564C46

Tints of Cork #564C46

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 30.17%

R = 37.07%
G = 32.76%
B = 30.17%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.19

 K value IS 0.66

RGB Variations

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

Color information

#564C46 (or 0x564C46) is known color: Cork. HEX triplet: 56, 4C and 46. RGB value is (86,76,70). Sum of RGB (Red+Green+Blue) = 86+76+70=232 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.07% from 232); Green value is 76 (30.08% from 255 or 32.76% from 232); Blue value is 70 (27.73% from 255 or 30.17% from 232); Max value from RGB is 86 - color contains mainly: red. Hex color #564C46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564C46 is #A9B3B9. Grayscale: #4E4E4E. Windows color (decimal): -11121594 or 4607062. OLE color: 4607062.

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

Color convert

RGB 86 76 70 -
CMYK 0 0.12 0.19 0.66
HSL 22.5º 0.1% 0.31% -
HSV(B) 22.5º 0.19% 0.34% -
XYZ 7.53 7.59 6.86 -
YUV 78.31 123.31 133.49 -
System Red Green Blue C M Y K H S L
Decimal 86 76 70 0 0.12 0.19 0.66 22.5 0.1 0.31
Hex 56 4C 46 0 C 13 42 16 A 1F
Octal 126 114 106 0 14 23 102 26 12 37
Binary 1010110 1001100 1000110 0 1100 10011 1000010 10110 1010 11111

Color Harmonies of #564C46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564C46

Black with #564C46

Text Example


Text Example

White with #564C46

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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