#655655

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

Shades of Zambezi #655655

Tints of Zambezi #655655

Color information

#655655 (or 0x655655) is unknown color: approx Zambezi. HEX triplet: 65, 56 and 55. RGB value is (101,86,85). Sum of RGB (Red+Green+Blue) = 101+86+85=272 (36% of max value = 765). Red value is 101 (39.84% from 255 or 37.13% from 272); Green value is 86 (33.98% from 255 or 31.62% from 272); Blue value is 85 (33.59% from 255 or 31.25% from 272); Max value from RGB is 101 - color contains mainly: red. Hex color #655655 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655655 is #9AA9AA. Grayscale: #5A5A5A. Windows color (decimal): -10135979 or 5592677. OLE color: 5592677.

HSL color Cylindrical-coordinate representation of color #655655: hue angle of 3.75º degrees, saturation: 0.09, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #655655 is Cyan = 0, Magento = 0.15, Yellow = 0.16 and Black (K on CMYK) = 0.60.

Color convert

RGB1018685-
CMYK00.150.160.60
HSL3.75º8.6%36.47%-
HSV(B)3.75º15.84%39.61%-
XYZ10.3310.089.99-
YUV90.37124.97135.58-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 37.13%
GREEN value IS 86 (33.98% from 255) = 31.62%
BLUE value IS 85 (33.59% from 255) = 31.25%
R=37.13%
G=31.62%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.16
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101868500.150.160.603.758.636.47
Hex6556550F103C4924
Octal145126125017207441144
Binary11001011010110101010101111100001111001001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655655; }

 p { color: rgb(101,86,85); }

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

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

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

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

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

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

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