#655A59

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

Shades of Zambezi #655A59

Tints of Zambezi #655A59

Color information

#655A59 (or 0x655A59) is unknown color: approx Zambezi. HEX triplet: 65, 5A and 59. RGB value is (101,90,89). Sum of RGB (Red+Green+Blue) = 101+90+89=280 (37% of max value = 765). Red value is 101 (39.84% from 255 or 36.07% from 280); Green value is 90 (35.55% from 255 or 32.14% from 280); Blue value is 89 (35.16% from 255 or 31.79% from 280); Max value from RGB is 101 - color contains mainly: red. Hex color #655A59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655A59 is #9AA5A6. Grayscale: #5D5D5D. Windows color (decimal): -10134951 or 5855845. OLE color: 5855845.

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

Color convert

RGB1019089-
CMYK00.110.120.60
HSL6.32%37.25%-
HSV(B)11.88%39.61%-
XYZ10.8310.810.97-
YUV93.18125.64133.58-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 36.07%
GREEN value IS 90 (35.55% from 255) = 32.14%
BLUE value IS 89 (35.16% from 255) = 31.79%
R=36.07%
G=32.14%
B=31.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.12
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101908900.110.120.6056.3237.25
Hex655A590BC3C5625
Octal14513213101314745645
Binary110010110110101011001010111100111100101110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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