#645A59

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

Shades of Zambezi #645A59

Tints of Zambezi #645A59

Color information

#645A59 (or 0x645A59) is unknown color: approx Zambezi. HEX triplet: 64, 5A and 59. RGB value is (100,90,89). Sum of RGB (Red+Green+Blue) = 100+90+89=279 (36% of max value = 765). Red value is 100 (39.45% from 255 or 35.84% from 279); Green value is 90 (35.55% from 255 or 32.26% from 279); Blue value is 89 (35.16% from 255 or 31.90% from 279); Max value from RGB is 100 - color contains mainly: red. Hex color #645A59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645A59 is #9BA5A6. Grayscale: #5C5C5C. Windows color (decimal): -10200487 or 5855844. OLE color: 5855844.

HSL color Cylindrical-coordinate representation of color #645A59: hue angle of 5.45º degrees, saturation: 0.06, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #645A59 is Cyan = 0, Magento = 0.10, Yellow = 0.11 and Black (K on CMYK) = 0.61.

Color convert

RGB1009089-
CMYK00.100.110.61
HSL5.45º5.82%37.06%-
HSV(B)5.45º11%39.22%-
XYZ10.7110.7410.96-
YUV92.88125.81133.08-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.84%
GREEN value IS 90 (35.55% from 255) = 32.26%
BLUE value IS 89 (35.16% from 255) = 31.90%
R=35.84%
G=32.26%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.11
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100908900.100.110.615.455.8237.06
Hex645A590AB3D5625
Octal14413213101213755645
Binary110010010110101011001010101011111101101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645A59; }

 p { color: rgb(100,90,89); }

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

<style>
 a { background-color: #645A59; }

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

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

<style>
 span { border-color: #645A59; }

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

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