#625555

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

Shades of Zambezi #625555

Tints of Zambezi #625555

Color information

#625555 (or 0x625555) is unknown color: approx Zambezi. HEX triplet: 62, 55 and 55. RGB value is (98,85,85). Sum of RGB (Red+Green+Blue) = 98+85+85=268 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.57% from 268); Green value is 85 (33.59% from 255 or 31.72% from 268); Blue value is 85 (33.59% from 255 or 31.72% from 268); Max value from RGB is 98 - color contains mainly: red. Hex color #625555 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625555 is #9DAAAA. Grayscale: #585858. Windows color (decimal): -10332843 or 5592418. OLE color: 5592418.

HSL color Cylindrical-coordinate representation of color #625555: 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.13%. Process color model (Four color, CMYK) of #625555 is Cyan = 0, Magento = 0.13, Yellow = 0.13 and Black (K on CMYK) = 0.62.

Color convert

RGB988585-
CMYK00.130.130.62
HSL7.1%35.88%-
HSV(B)13.27%38.43%-
XYZ9.939.759.95-
YUV88.89125.81134.5-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 36.57%
GREEN value IS 85 (33.59% from 255) = 31.72%
BLUE value IS 85 (33.59% from 255) = 31.72%
R=36.57%
G=31.72%
B=31.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.13
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98858500.130.130.6207.135.88
Hex6255550DD3E0724
Octal14212512501515760744
Binary1100010101010110101010110111011111100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625555; }

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

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

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

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

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

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

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

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