#665A59

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

Shades of Zambezi #665A59

Tints of Zambezi #665A59

Color information

#665A59 (or 0x665A59) is unknown color: approx Zambezi. HEX triplet: 66, 5A and 59. RGB value is (102,90,89). Sum of RGB (Red+Green+Blue) = 102+90+89=281 (37% of max value = 765). Red value is 102 (40.23% from 255 or 36.30% from 281); Green value is 90 (35.55% from 255 or 32.03% from 281); Blue value is 89 (35.16% from 255 or 31.67% from 281); Max value from RGB is 102 - color contains mainly: red. Hex color #665A59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665A59 is #99A5A6. Grayscale: #5D5D5D. Windows color (decimal): -10069415 or 5855846. OLE color: 5855846.

HSL color Cylindrical-coordinate representation of color #665A59: hue angle of 4.62º degrees, saturation: 0.07, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #665A59 is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.6.

Color convert

RGB1029089-
CMYK00.120.130.6
HSL4.62º6.81%37.45%-
HSV(B)4.62º12.75%40%-
XYZ10.9410.8610.97-
YUV93.47125.48134.08-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.30%
GREEN value IS 90 (35.55% from 255) = 32.03%
BLUE value IS 89 (35.16% from 255) = 31.67%
R=36.30%
G=32.03%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.13
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102908900.120.130.64.626.8137.45
Hex665A590CD3C5725
Octal14613213101415745745
Binary110011010110101011001011001101111100101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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