Html Css Color HEX #6D5957 Zambezi

📋 copy color: '#6D5957'

red 109 ◦ green 89 ◦ blue 87

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

Shades of Zambezi #6D5957

Tints of Zambezi #6D5957

RGB

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

 GREEN value IS 89 (35.16% from 255) = 31.23%

 BLUE value IS 87 (34.38% from 255) = 30.53%

R = 38.25%
G = 31.23%
B = 30.53%

CMYK

 C value IS 0

 M value IS 0.18

 Y value IS 0.20

 K value IS 0.57

RGB Variations

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

Color information

#6D5957 (or 0x6D5957) is known color: Zambezi. HEX triplet: 6D, 59 and 57. RGB value is (109,89,87). Sum of RGB (Red+Green+Blue) = 109+89+87=285 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.25% from 285); Green value is 89 (35.16% from 255 or 31.23% from 285); Blue value is 87 (34.38% from 255 or 30.53% from 285); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5957 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5957 is #92A6A8. Grayscale: #5E5E5E. Windows color (decimal): -9610921 or 5724525. OLE color: 5724525.

HSL color Cylindrical-coordinate representation of color #6D5957: hue angle of 5.45º degrees, saturation: 0.11, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #6D5957 is Cyan = 0, Magento = 0.18, Yellow = 0.20 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 89 87 -
CMYK 0 0.18 0.20 0.57
HSL 5.45º 0.11% 0.38% -
HSV(B) 5.45º 0.2% 0.43% -
XYZ 11.6 11.08 10.54 -
YUV 94.75 123.63 138.16 -
System Red Green Blue C M Y K H S L
Decimal 109 89 87 0 0.18 0.20 0.57 5.45 0.11 0.38
Hex 6D 59 57 0 12 14 39 5 B 26
Octal 155 131 127 0 22 24 71 5 13 46
Binary 1101101 1011001 1010111 0 10010 10100 111001 101 1011 100110

Color Harmonies of #6D5957

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5957

Black with #6D5957

Text Example


Text Example

White with #6D5957

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,89,87); }

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

background-color css

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

 a { background-color: rgb(109,89,87); }

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

border-color css

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

 span { border-color: rgb(109,89,87); }

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