#6D6261

Color #6D6261 Zambezi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Zambezi #6D6261

Tints of Zambezi #6D6261

Color information

#6D6261 (or 0x6D6261) is unknown color: approx Zambezi. HEX triplet: 6D, 62 and 61. RGB value is (109,98,97). Sum of RGB (Red+Green+Blue) = 109+98+97=304 (40% of max value = 765). Red value is 109 (42.97% from 255 or 35.86% from 304); Green value is 98 (38.67% from 255 or 32.24% from 304); Blue value is 97 (38.28% from 255 or 31.91% from 304); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6261 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D6261 is #929D9E. Grayscale: #656565. Windows color (decimal): -9608607 or 6382189. OLE color: 6382189.

HSL color Cylindrical-coordinate representation of color #6D6261: hue angle of 5º degrees, saturation: 0.06, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #6D6261 is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.57.

Color convert

RGB1099897-
CMYK00.100.110.57
HSL5.83%40.39%-
HSV(B)11.01%42.75%-
XYZ12.8312.8513.11-
YUV101.17125.64133.58-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 35.86%
GREEN value IS 98 (38.67% from 255) = 32.24%
BLUE value IS 97 (38.28% from 255) = 31.91%
R=35.86%
G=32.24%
B=31.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.11
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109989700.100.110.5755.8340.39
Hex6D62610AB395628
Octal15514214101213715650
Binary110110111000101100001010101011111001101110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D6261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,98,97); }

 H1.HeaderClassName
 {
   color: #6D6261;
 }
 .AnyTagClassName
 {
   color: #6D6261;
 }
</style>
background-color css

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

 a { background-color: rgb(109,98,97); }

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

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

 span { border-color: rgb(109,98,97); }

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