#6A5959

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

Shades of Zambezi #6A5959

Tints of Zambezi #6A5959

Color information

#6A5959 (or 0x6A5959) is unknown color: approx Zambezi. HEX triplet: 6A, 59 and 59. RGB value is (106,89,89). Sum of RGB (Red+Green+Blue) = 106+89+89=284 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.32% from 284); Green value is 89 (35.16% from 255 or 31.34% from 284); Blue value is 89 (35.16% from 255 or 31.34% from 284); Max value from RGB is 106 - color contains mainly: red. Hex color #6A5959 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A5959 is #95A6A6. Grayscale: #5E5E5E. Windows color (decimal): -9807527 or 5855594. OLE color: 5855594.

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

Color convert

RGB1068989-
CMYK00.160.160.58
HSL8.72%38.24%-
HSV(B)16.04%41.57%-
XYZ11.3210.9310.96-
YUV94.08125.13136.5-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 37.32%
GREEN value IS 89 (35.16% from 255) = 31.34%
BLUE value IS 89 (35.16% from 255) = 31.34%
R=37.32%
G=31.34%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.16
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106898900.160.160.5808.7238.24
Hex6A5959010103A0926
Octal152131131020207201146
Binary1101010101100110110010100001000011101001001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A5959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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