Html Css Color HEX #6D5B57 Zambezi

📋 copy color: '#6D5B57'

red 109 ◦ green 91 ◦ blue 87

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

Shades of Zambezi #6D5B57

Tints of Zambezi #6D5B57

RGB

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

 GREEN value IS 91 (35.94% from 255) = 31.71%

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

R = 37.98%
G = 31.71%
B = 30.31%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.20

 K value IS 0.57

RGB Variations

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

Color information

#6D5B57 (or 0x6D5B57) is known color: Zambezi. HEX triplet: 6D, 5B and 57. RGB value is (109,91,87). Sum of RGB (Red+Green+Blue) = 109+91+87=287 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.98% from 287); Green value is 91 (35.94% from 255 or 31.71% from 287); Blue value is 87 (34.38% from 255 or 30.31% from 287); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5B57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5B57 is #92A4A8. Grayscale: #5F5F5F. Windows color (decimal): -9610409 or 5725037. OLE color: 5725037.

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

Color convert

RGB 109 91 87 -
CMYK 0 0.17 0.20 0.57
HSL 10.91º 0.11% 0.38% -
HSV(B) 10.91º 0.2% 0.43% -
XYZ 11.77 11.42 10.6 -
YUV 95.93 122.96 137.33 -
System Red Green Blue C M Y K H S L
Decimal 109 91 87 0 0.17 0.20 0.57 10.91 0.11 0.38
Hex 6D 5B 57 0 11 14 39 B B 26
Octal 155 133 127 0 21 24 71 13 13 46
Binary 1101101 1011011 1010111 0 10001 10100 111001 1011 1011 100110

Color Harmonies of #6D5B57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5B57

Black with #6D5B57

Text Example


Text Example

White with #6D5B57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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