#645959

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

Shades of Zambezi #645959

Tints of Zambezi #645959

Color information

#645959 (or 0x645959) is unknown color: approx Zambezi. HEX triplet: 64, 59 and 59. RGB value is (100,89,89). Sum of RGB (Red+Green+Blue) = 100+89+89=278 (36% of max value = 765). Red value is 100 (39.45% from 255 or 35.97% from 278); Green value is 89 (35.16% from 255 or 32.01% from 278); Blue value is 89 (35.16% from 255 or 32.01% from 278); Max value from RGB is 100 - color contains mainly: red. Hex color #645959 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #645959 is #9BA6A6. Grayscale: #5C5C5C. Windows color (decimal): -10200743 or 5855588. OLE color: 5855588.

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

Color convert

RGB1008989-
CMYK00.110.110.61
HSL5.82%37.06%-
HSV(B)11%39.22%-
XYZ10.6310.5810.93-
YUV92.29126.14133.5-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 35.97%
GREEN value IS 89 (35.16% from 255) = 32.01%
BLUE value IS 89 (35.16% from 255) = 32.01%
R=35.97%
G=32.01%
B=32.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.11
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100898900.110.110.6105.8237.06
Hex6459590BB3D0625
Octal14413113101313750645
Binary1100100101100110110010101110111111010110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #645959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #645959; }

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

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

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

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

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

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

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

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