#6A5856

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

Shades of Zambezi #6A5856

Tints of Zambezi #6A5856

Color information

#6A5856 (or 0x6A5856) is unknown color: approx Zambezi. HEX triplet: 6A, 58 and 56. RGB value is (106,88,86). Sum of RGB (Red+Green+Blue) = 106+88+86=280 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.86% from 280); Green value is 88 (34.77% from 255 or 31.43% from 280); Blue value is 86 (33.98% from 255 or 30.71% from 280); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5856 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5856 is #95A7A9. Grayscale: #5D5D5D. Windows color (decimal): -9807786 or 5658730. OLE color: 5658730.

HSL color Cylindrical-coordinate representation of color #6A5856: hue angle of 6º degrees, saturation: 0.1, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #6A5856 is Cyan = 0, Magento = 0.17, Yellow = 0.19 and Black (K on CMYK) = 0.58.

Color convert

RGB1068886-
CMYK00.170.190.58
HSL10.42%37.65%-
HSV(B)18.87%41.57%-
XYZ11.1110.7210.29-
YUV93.15123.96137.16-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 37.86%
GREEN value IS 88 (34.77% from 255) = 31.43%
BLUE value IS 86 (33.98% from 255) = 30.71%
R=37.86%
G=31.43%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.19
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106888600.170.190.58610.4237.65
Hex6A5856011133A6a26
Octal152130126021237261246
Binary110101010110001010110010001100111110101101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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