#605656

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

Shades of Zambezi #605656

Tints of Zambezi #605656

Color information

#605656 (or 0x605656) is unknown color: approx Zambezi. HEX triplet: 60, 56 and 56. RGB value is (96,86,86). Sum of RGB (Red+Green+Blue) = 96+86+86=268 (35% of max value = 765). Red value is 96 (37.89% from 255 or 35.82% from 268); Green value is 86 (33.98% from 255 or 32.09% from 268); Blue value is 86 (33.98% from 255 or 32.09% from 268); Max value from RGB is 96 - color contains mainly: red. Hex color #605656 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605656 is #9FA9A9. Grayscale: #595959. Windows color (decimal): -10463658 or 5658208. OLE color: 5658208.

HSL color Cylindrical-coordinate representation of color #605656: hue angle of 0º degrees, saturation: 0.05, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #605656 is Cyan = 0, Magento = 0.10, Yellow = 0.10 and Black (K on CMYK) = 0.62.

Color convert

RGB968686-
CMYK00.100.100.62
HSL5.49%35.69%-
HSV(B)10.42%37.65%-
XYZ9.839.8110.18-
YUV88.99126.31133-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 35.82%
GREEN value IS 86 (33.98% from 255) = 32.09%
BLUE value IS 86 (33.98% from 255) = 32.09%
R=35.82%
G=32.09%
B=32.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.10
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal96868600.100.100.6205.4935.69
Hex6056560AA3E0524
Octal14012612601212760544
Binary1100000101011010101100101010101111100101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #605656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #605656; }

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

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

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

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

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

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

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

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