Html Css Color HEX #564C41 Mondo

📋 copy color: '#564C41'

red 86 ◦ green 76 ◦ blue 65

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

Shades of Mondo #564C41

Tints of Mondo #564C41

RGB

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

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

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

R = 37.89%
G = 33.48%
B = 28.63%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.24

 K value IS 0.66

RGB Variations

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

Color information

#564C41 (or 0x564C41) is known color: Mondo. HEX triplet: 56, 4C and 41. RGB value is (86,76,65). Sum of RGB (Red+Green+Blue) = 86+76+65=227 (30% of max value = 765). Red value is 86 (33.98% from 255 or 37.89% from 227); Green value is 76 (30.08% from 255 or 33.48% from 227); Blue value is 65 (25.78% from 255 or 28.63% from 227); Max value from RGB is 86 - color contains mainly: red. Hex color #564C41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #564C41 is #A9B3BE. Grayscale: #4D4D4D. Windows color (decimal): -11121599 or 4279382. OLE color: 4279382.

HSL color Cylindrical-coordinate representation of color #564C41: hue angle of 31.43º 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 #564C41 is Cyan = 0, Magento = 0.12, Yellow = 0.24 and Black (K on CMYK) = 0.66.

Color convert

RGB 86 76 65 -
CMYK 0 0.12 0.24 0.66
HSL 31.43º 0.14% 0.3% -
HSV(B) 31.43º 0.24% 0.34% -
XYZ 7.38 7.53 6.07 -
YUV 77.74 120.81 133.89 -
System Red Green Blue C M Y K H S L
Decimal 86 76 65 0 0.12 0.24 0.66 31.43 0.14 0.3
Hex 56 4C 41 0 C 18 42 1F E 1E
Octal 126 114 101 0 14 30 102 37 16 36
Binary 1010110 1001100 1000001 0 1100 11000 1000010 11111 1110 11110

Color Harmonies of #564C41

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #564C41

Black with #564C41

Text Example


Text Example

White with #564C41

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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