#6A5656

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

Shades of Zambezi #6A5656

Tints of Zambezi #6A5656

Color information

#6A5656 (or 0x6A5656) is unknown color: approx Zambezi. HEX triplet: 6A, 56 and 56. RGB value is (106,86,86). Sum of RGB (Red+Green+Blue) = 106+86+86=278 (36% of max value = 765). Red value is 106 (41.80% from 255 or 38.13% from 278); Green value is 86 (33.98% from 255 or 30.94% from 278); Blue value is 86 (33.98% from 255 or 30.94% from 278); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5656 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5656 is #95A9A9. Grayscale: #5C5C5C. Windows color (decimal): -9808298 or 5658218. OLE color: 5658218.

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

Color convert

RGB1068686-
CMYK00.190.190.58
HSL10.42%37.65%-
HSV(B)18.87%41.57%-
XYZ10.9510.3910.23-
YUV91.98124.63138-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 38.13%
GREEN value IS 86 (33.98% from 255) = 30.94%
BLUE value IS 86 (33.98% from 255) = 30.94%
R=38.13%
G=30.94%
B=30.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.19
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106868600.190.190.58010.4237.65
Hex6A5656013133A0a26
Octal152126126023237201246
Binary1101010101011010101100100111001111101001010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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