Html Css Color HEX #6D5856 Zambezi

📋 copy color: '#6D5856'

red 109 ◦ green 88 ◦ blue 86

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

Shades of Zambezi #6D5856

Tints of Zambezi #6D5856

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 30.39%

R = 38.52%
G = 31.1%
B = 30.39%

CMYK

 C value IS 0

 M value IS 0.19

 Y value IS 0.21

 K value IS 0.57

RGB Variations

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

Color information

#6D5856 (or 0x6D5856) is known color: Zambezi. HEX triplet: 6D, 58 and 56. RGB value is (109,88,86). Sum of RGB (Red+Green+Blue) = 109+88+86=283 (37% of max value = 765). Red value is 109 (42.97% from 255 or 38.52% from 283); Green value is 88 (34.77% from 255 or 31.10% from 283); Blue value is 86 (33.98% from 255 or 30.39% from 283); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5856 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5856 is #92A7A9. Grayscale: #5E5E5E. Windows color (decimal): -9611178 or 5658733. OLE color: 5658733.

HSL color Cylindrical-coordinate representation of color #6D5856: hue angle of 5.22º degrees, saturation: 0.12, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #6D5856 is Cyan = 0, Magento = 0.19, Yellow = 0.21 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 88 86 -
CMYK 0 0.19 0.21 0.57
HSL 5.22º 0.12% 0.38% -
HSV(B) 5.22º 0.21% 0.43% -
XYZ 11.48 10.9 10.3 -
YUV 94.05 123.46 138.66 -
System Red Green Blue C M Y K H S L
Decimal 109 88 86 0 0.19 0.21 0.57 5.22 0.12 0.38
Hex 6D 58 56 0 13 15 39 5 C 26
Octal 155 130 126 0 23 25 71 5 14 46
Binary 1101101 1011000 1010110 0 10011 10101 111001 101 1100 100110

Color Harmonies of #6D5856

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D5856

Black with #6D5856

Text Example


Text Example

White with #6D5856

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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