Html Css Color HEX #6D5857 Zambezi

📋 copy color: '#6D5857'

red 109 ◦ green 88 ◦ blue 87

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

Shades of Zambezi #6D5857

Tints of Zambezi #6D5857

RGB

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

 GREEN value IS 88 (34.77% from 255) = 30.99%

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

R = 38.38%
G = 30.99%
B = 30.63%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.20

 K value IS 0.57

RGB Variations

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

Color information

#6D5857 (or 0x6D5857) is known color: Zambezi. HEX triplet: 6D, 58 and 57. RGB value is (109,88,87). Sum of RGB (Red+Green+Blue) = 109+88+87=284 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.38% from 284); Green value is 88 (34.77% from 255 or 30.99% from 284); Blue value is 87 (34.38% from 255 or 30.63% from 284); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5857 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5857 is #92A7A8. Grayscale: #5E5E5E. Windows color (decimal): -9611177 or 5724269. OLE color: 5724269.

HSL color Cylindrical-coordinate representation of color #6D5857: hue angle of 2.73º 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 #6D5857 is Cyan = 0, Magento = 0.19, Yellow = 0.20 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 88 87 -
CMYK 0 0.19 0.20 0.57
HSL 2.73º 0.11% 0.38% -
HSV(B) 2.73º 0.2% 0.43% -
XYZ 11.52 10.92 10.52 -
YUV 94.17 123.96 138.58 -
System Red Green Blue C M Y K H S L
Decimal 109 88 87 0 0.19 0.20 0.57 2.73 0.11 0.38
Hex 6D 58 57 0 13 14 39 3 B 26
Octal 155 130 127 0 23 24 71 3 13 46
Binary 1101101 1011000 1010111 0 10011 10100 111001 11 1011 100110

Color Harmonies of #6D5857

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5857

Black with #6D5857

Text Example


Text Example

White with #6D5857

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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