Html Css Color HEX #6D5E49 Makara

📋 copy color: '#6D5E49'

red 109 ◦ green 94 ◦ blue 73

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

Shades of Makara #6D5E49

Tints of Makara #6D5E49

RGB

 RED value IS 109 (42.97% from 255) = 39.49%

 GREEN value IS 94 (37.11% from 255) = 34.06%

 BLUE value IS 73 (28.91% from 255) = 26.45%

R = 39.49%
G = 34.06%
B = 26.45%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.33

 K value IS 0.57

RGB Variations

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

Color information

#6D5E49 (or 0x6D5E49) is known color: Makara. HEX triplet: 6D, 5E and 49. RGB value is (109,94,73). Sum of RGB (Red+Green+Blue) = 109+94+73=276 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.49% from 276); Green value is 94 (37.11% from 255 or 34.06% from 276); Blue value is 73 (28.91% from 255 or 26.45% from 276); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5E49 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #6D5E49 is #92A1B6. Grayscale: #606060. Windows color (decimal): -9609655 or 4808301. OLE color: 4808301.

HSL color Cylindrical-coordinate representation of color #6D5E49: hue angle of 35º degrees, saturation: 0.2, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #6D5E49 is Cyan = 0, Magento = 0.14, Yellow = 0.33 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 94 73 -
CMYK 0 0.14 0.33 0.57
HSL 35º 0.2% 0.36% -
HSV(B) 35º 0.33% 0.43% -
XYZ 11.51 11.74 7.96 -
YUV 96.09 114.97 137.21 -
System Red Green Blue C M Y K H S L
Decimal 109 94 73 0 0.14 0.33 0.57 35 0.2 0.36
Hex 6D 5E 49 0 E 21 39 23 14 24
Octal 155 136 111 0 16 41 71 43 24 44
Binary 1101101 1011110 1001001 0 1110 100001 111001 100011 10100 100100

Color Harmonies of #6D5E49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5E49

Black with #6D5E49

Text Example


Text Example

White with #6D5E49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6D5E49; }

 p { color: rgb(109,94,73); }

 H1.HeaderClassName
 {
   color: #6D5E49;
 }
 .AnyTagClassName
 {
   color: #6D5E49;
 }
</style>

background-color css

<style>
 a { background-color: #6D5E49; }

 a { background-color: rgb(109,94,73); }

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

border-color css

<style>
 span { border-color: #6D5E49; }

 span { border-color: rgb(109,94,73); }

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