#655858

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

Shades of Zambezi #655858

Tints of Zambezi #655858

Color information

#655858 (or 0x655858) is unknown color: approx Zambezi. HEX triplet: 65, 58 and 58. RGB value is (101,88,88). Sum of RGB (Red+Green+Blue) = 101+88+88=277 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.46% from 277); Green value is 88 (34.77% from 255 or 31.77% from 277); Blue value is 88 (34.77% from 255 or 31.77% from 277); Max value from RGB is 101 - color contains mainly: red. Hex color #655858 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655858 is #9AA7A7. Grayscale: #5B5B5B. Windows color (decimal): -10135464 or 5789797. OLE color: 5789797.

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

Color convert

RGB1018888-
CMYK00.130.130.60
HSL6.88%37.06%-
HSV(B)12.87%39.61%-
XYZ10.6210.4510.69-
YUV91.89125.81134.5-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 36.46%
GREEN value IS 88 (34.77% from 255) = 31.77%
BLUE value IS 88 (34.77% from 255) = 31.77%
R=36.46%
G=31.77%
B=31.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.13
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101888800.130.130.6006.8837.06
Hex6558580DD3C0725
Octal14513013001515740745
Binary1100101101100010110000110111011111000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655858; }

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

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

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

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

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

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

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

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