#655656

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

Shades of Zambezi #655656

Tints of Zambezi #655656

Color information

#655656 (or 0x655656) is unknown color: approx Zambezi. HEX triplet: 65, 56 and 56. RGB value is (101,86,86). Sum of RGB (Red+Green+Blue) = 101+86+86=273 (36% of max value = 765). Red value is 101 (39.84% from 255 or 37.00% from 273); Green value is 86 (33.98% from 255 or 31.50% from 273); Blue value is 86 (33.98% from 255 or 31.50% from 273); Max value from RGB is 101 - color contains mainly: red. Hex color #655656 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655656 is #9AA9A9. Grayscale: #5A5A5A. Windows color (decimal): -10135978 or 5658213. OLE color: 5658213.

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

Color convert

RGB1018686-
CMYK00.150.150.60
HSL8.02%36.67%-
HSV(B)14.85%39.61%-
XYZ10.3710.0910.21-
YUV90.48125.47135.5-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 37.00%
GREEN value IS 86 (33.98% from 255) = 31.50%
BLUE value IS 86 (33.98% from 255) = 31.50%
R=37.00%
G=31.50%
B=31.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.15
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101868600.150.150.6008.0236.67
Hex6556560FF3C0825
Octal145126126017177401045
Binary11001011010110101011001111111111110001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655656; }

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

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

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

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

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

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

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

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