Html Css Color HEX #564E40 Mondo

📋 copy color: '#564E40'

red 86 ◦ green 78 ◦ blue 64

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

Shades of Mondo #564E40

Tints of Mondo #564E40

RGB

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

 GREEN value IS 78 (30.86% from 255) = 34.21%

 BLUE value IS 64 (25.39% from 255) = 28.07%

R = 37.72%
G = 34.21%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.26

 K value IS 0.66

RGB Variations

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

Color information

#564E40 (or 0x564E40) is known color: Mondo. HEX triplet: 56, 4E and 40. RGB value is (86,78,64). Sum of RGB (Red+Green+Blue) = 86+78+64=228 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.72% from 228); Green value is 78 (30.86% from 255 or 34.21% from 228); Blue value is 64 (25.39% from 255 or 28.07% from 228); Max value from RGB is 86 - color contains mainly: red. Hex color #564E40 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #564E40 is #A9B1BF. Grayscale: #4E4E4E. Windows color (decimal): -11121088 or 4214358. OLE color: 4214358.

HSL color Cylindrical-coordinate representation of color #564E40: hue angle of 38.18º degrees, saturation: 0.15, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #564E40 is Cyan = 0, Magento = 0.09, Yellow = 0.26 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 78 64 -
CMYK 0 0.09 0.26 0.66
HSL 38.18º 0.15% 0.29% -
HSV(B) 38.18º 0.26% 0.34% -
XYZ 7.49 7.8 5.96 -
YUV 78.8 119.65 133.14 -
System Red Green Blue C M Y K H S L
Decimal 86 78 64 0 0.09 0.26 0.66 38.18 0.15 0.29
Hex 56 4E 40 0 9 1A 42 26 F 1D
Octal 126 116 100 0 11 32 102 46 17 35
Binary 1010110 1001110 1000000 0 1001 11010 1000010 100110 1111 11101

Color Harmonies of #564E40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564E40

Black with #564E40

Text Example


Text Example

White with #564E40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,78,64); }

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

background-color css

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

 a { background-color: rgb(86,78,64); }

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

border-color css

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

 span { border-color: rgb(86,78,64); }

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