#625D5D

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

Shades of Zambezi #625D5D

Tints of Zambezi #625D5D

Color information

#625D5D (or 0x625D5D) is unknown color: approx Zambezi. HEX triplet: 62, 5D and 5D. RGB value is (98,93,93). Sum of RGB (Red+Green+Blue) = 98+93+93=284 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.51% from 284); Green value is 93 (36.72% from 255 or 32.75% from 284); Blue value is 93 (36.72% from 255 or 32.75% from 284); Max value from RGB is 98 - color contains mainly: red. Hex color #625D5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625D5D is #9DA2A2. Grayscale: #5E5E5E. Windows color (decimal): -10330787 or 6118754. OLE color: 6118754.

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

Color convert

RGB989393-
CMYK00.050.050.62
HSL2.62%37.45%-
HSV(B)5.1%38.43%-
XYZ10.9311.2211.94-
YUV94.5127.16130.5-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 34.51%
GREEN value IS 93 (36.72% from 255) = 32.75%
BLUE value IS 93 (36.72% from 255) = 32.75%
R=34.51%
G=32.75%
B=32.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.05
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98939300.050.050.6202.6237.45
Hex625D5D0553E0325
Octal142135135055760345
Binary1100010101110110111010101101111110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625D5D; }

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

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

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

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

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

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

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

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