Html Css Color HEX #564D41 Mondo

📋 copy color: '#564D41'

red 86 ◦ green 77 ◦ blue 65

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

Shades of Mondo #564D41

Tints of Mondo #564D41

RGB

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

 GREEN value IS 77 (30.47% from 255) = 33.77%

 BLUE value IS 65 (25.78% from 255) = 28.51%

R = 37.72%
G = 33.77%
B = 28.51%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.24

 K value IS 0.66

RGB Variations

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

Color information

#564D41 (or 0x564D41) is known color: Mondo. HEX triplet: 56, 4D and 41. RGB value is (86,77,65). Sum of RGB (Red+Green+Blue) = 86+77+65=228 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.72% from 228); Green value is 77 (30.47% from 255 or 33.77% from 228); Blue value is 65 (25.78% from 255 or 28.51% from 228); Max value from RGB is 86 - color contains mainly: red. Hex color #564D41 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #564D41 is #A9B2BE. Grayscale: #4E4E4E. Windows color (decimal): -11121343 or 4279638. OLE color: 4279638.

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

Color convert

RGB 86 77 65 -
CMYK 0 0.10 0.24 0.66
HSL 34.29º 0.14% 0.3% -
HSV(B) 34.29º 0.24% 0.34% -
XYZ 7.45 7.67 6.09 -
YUV 78.32 120.48 133.48 -
System Red Green Blue C M Y K H S L
Decimal 86 77 65 0 0.10 0.24 0.66 34.29 0.14 0.3
Hex 56 4D 41 0 A 18 42 22 E 1E
Octal 126 115 101 0 12 30 102 42 16 36
Binary 1010110 1001101 1000001 0 1010 11000 1000010 100010 1110 11110

Color Harmonies of #564D41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564D41

Black with #564D41

Text Example


Text Example

White with #564D41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,77,65); }

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

background-color css

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

 a { background-color: rgb(86,77,65); }

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

border-color css

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

 span { border-color: rgb(86,77,65); }

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