#625656

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

Shades of Zambezi #625656

Tints of Zambezi #625656

Color information

#625656 (or 0x625656) is unknown color: approx Zambezi. HEX triplet: 62, 56 and 56. RGB value is (98,86,86). Sum of RGB (Red+Green+Blue) = 98+86+86=270 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.30% from 270); Green value is 86 (33.98% from 255 or 31.85% from 270); Blue value is 86 (33.98% from 255 or 31.85% from 270); Max value from RGB is 98 - color contains mainly: red. Hex color #625656 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625656 is #9DA9A9. Grayscale: #595959. Windows color (decimal): -10332586 or 5658210. OLE color: 5658210.

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

Color convert

RGB988686-
CMYK00.120.120.62
HSL6.52%36.08%-
HSV(B)12.24%38.43%-
XYZ10.049.9210.19-
YUV89.59125.98134-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 36.30%
GREEN value IS 86 (33.98% from 255) = 31.85%
BLUE value IS 86 (33.98% from 255) = 31.85%
R=36.30%
G=31.85%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98868600.120.120.6206.5236.08
Hex6256560CC3E0724
Octal14212612601414760744
Binary1100010101011010101100110011001111100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625656; }

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

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

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

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

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

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

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

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