#625655

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

Shades of Zambezi #625655

Tints of Zambezi #625655

Color information

#625655 (or 0x625655) is unknown color: approx Zambezi. HEX triplet: 62, 56 and 55. RGB value is (98,86,85). Sum of RGB (Red+Green+Blue) = 98+86+85=269 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.43% from 269); Green value is 86 (33.98% from 255 or 31.97% from 269); Blue value is 85 (33.59% from 255 or 31.60% from 269); Max value from RGB is 98 - color contains mainly: red. Hex color #625655 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625655 is #9DA9AA. Grayscale: #595959. Windows color (decimal): -10332587 or 5592674. OLE color: 5592674.

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

Color convert

RGB988685-
CMYK00.120.130.62
HSL4.62º7.1%35.88%-
HSV(B)4.62º13.27%38.43%-
XYZ109.919.98-
YUV89.47125.48134.08-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 36.43%
GREEN value IS 86 (33.98% from 255) = 31.97%
BLUE value IS 85 (33.59% from 255) = 31.60%
R=36.43%
G=31.97%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.13
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98868500.120.130.624.627.135.88
Hex6256550CD3E5724
Octal14212612501415765744
Binary110001010101101010101011001101111110101111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625655; }

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

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

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

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

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

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

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

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