#6D5C5A

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

Shades of Zambezi #6D5C5A

Tints of Zambezi #6D5C5A

Color information

#6D5C5A (or 0x6D5C5A) is unknown color: approx Zambezi. HEX triplet: 6D, 5C and 5A. RGB value is (109,92,90). Sum of RGB (Red+Green+Blue) = 109+92+90=291 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.46% from 291); Green value is 92 (36.33% from 255 or 31.62% from 291); Blue value is 90 (35.55% from 255 or 30.93% from 291); Max value from RGB is 109 - color contains mainly: red. Hex color #6D5C5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6D5C5A is #92A3A5. Grayscale: #606060. Windows color (decimal): -9610150 or 5921901. OLE color: 5921901.

HSL color Cylindrical-coordinate representation of color #6D5C5A: hue angle of 6.32º degrees, saturation: 0.1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #6D5C5A is Cyan = 0, Magento = 0.16, Yellow = 0.17 and Black (K on CMYK) = 0.57.

Color convert

RGB1099290-
CMYK00.160.170.57
HSL6.32º9.55%39.02%-
HSV(B)6.32º17.43%42.75%-
XYZ11.9811.6411.29-
YUV96.86124.13136.66-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 37.46%
GREEN value IS 92 (36.33% from 255) = 31.62%
BLUE value IS 90 (35.55% from 255) = 30.93%
R=37.46%
G=31.62%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.17
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal109929000.160.170.576.329.5539.02
Hex6D5C5A01011396a27
Octal155134132020217161247
Binary110110110111001011010010000100011110011101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D5C5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,92,90); }

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

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

 a { background-color: rgb(109,92,90); }

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

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

 span { border-color: rgb(109,92,90); }

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