#655857

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

Shades of Zambezi #655857

Tints of Zambezi #655857

Color information

#655857 (or 0x655857) is unknown color: approx Zambezi. HEX triplet: 65, 58 and 57. RGB value is (101,88,87). Sum of RGB (Red+Green+Blue) = 101+88+87=276 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.59% from 276); Green value is 88 (34.77% from 255 or 31.88% from 276); Blue value is 87 (34.38% from 255 or 31.52% from 276); Max value from RGB is 101 - color contains mainly: red. Hex color #655857 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655857 is #9AA7A8. Grayscale: #5B5B5B. Windows color (decimal): -10135465 or 5724261. OLE color: 5724261.

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

Color convert

RGB1018887-
CMYK00.130.140.60
HSL4.29º7.45%36.86%-
HSV(B)4.29º13.86%39.61%-
XYZ10.5810.4310.47-
YUV91.77125.31134.58-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 36.59%
GREEN value IS 88 (34.77% from 255) = 31.88%
BLUE value IS 87 (34.38% from 255) = 31.52%
R=36.59%
G=31.88%
B=31.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.14
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101888700.130.140.604.297.4536.86
Hex6558570DE3C4725
Octal14513012701516744745
Binary110010110110001010111011011110111100100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655857; }

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

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

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

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

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

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

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

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