#655958

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

Shades of Zambezi #655958

Tints of Zambezi #655958

Color information

#655958 (or 0x655958) is unknown color: approx Zambezi. HEX triplet: 65, 59 and 58. RGB value is (101,89,88). Sum of RGB (Red+Green+Blue) = 101+89+88=278 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.33% from 278); Green value is 89 (35.16% from 255 or 32.01% from 278); Blue value is 88 (34.77% from 255 or 31.65% from 278); Max value from RGB is 101 - color contains mainly: red. Hex color #655958 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655958 is #9AA6A7. Grayscale: #5C5C5C. Windows color (decimal): -10135208 or 5790053. OLE color: 5790053.

HSL color Cylindrical-coordinate representation of color #655958: 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 #655958 is Cyan = 0, Magento = 0.12, Yellow = 0.13 and Black (K on CMYK) = 0.60.

Color convert

RGB1018988-
CMYK00.120.130.60
HSL4.62º6.88%37.06%-
HSV(B)4.62º12.87%39.61%-
XYZ10.710.6210.72-
YUV92.47125.48134.08-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 36.33%
GREEN value IS 89 (35.16% from 255) = 32.01%
BLUE value IS 88 (34.77% from 255) = 31.65%
R=36.33%
G=32.01%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.13
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101898800.120.130.604.626.8837.06
Hex6559580CD3C5725
Octal14513113001415745745
Binary110010110110011011000011001101111100101111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655958; }

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

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

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

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

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

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

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

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