#655957

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

Shades of Zambezi #655957

Tints of Zambezi #655957

Color information

#655957 (or 0x655957) is unknown color: approx Zambezi. HEX triplet: 65, 59 and 57. RGB value is (101,89,87). Sum of RGB (Red+Green+Blue) = 101+89+87=277 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.46% from 277); Green value is 89 (35.16% from 255 or 32.13% from 277); Blue value is 87 (34.38% from 255 or 31.41% from 277); Max value from RGB is 101 - color contains mainly: red. Hex color #655957 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655957 is #9AA6A8. Grayscale: #5C5C5C. Windows color (decimal): -10135209 or 5724517. OLE color: 5724517.

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

Color convert

RGB1018987-
CMYK00.120.140.60
HSL8.57º7.45%36.86%-
HSV(B)8.57º13.86%39.61%-
XYZ10.6610.610.5-
YUV92.36124.98134.16-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 36.46%
GREEN value IS 89 (35.16% from 255) = 32.13%
BLUE value IS 87 (34.38% from 255) = 31.41%
R=36.46%
G=32.13%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.14
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101898700.120.140.608.577.4536.86
Hex6559570CE3C9725
Octal145131127014167411745
Binary1100101101100110101110110011101111001001111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655957; }

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

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

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

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

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

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

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

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