#625C5B

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

Shades of Zambezi #625C5B

Tints of Zambezi #625C5B

Color information

#625C5B (or 0x625C5B) is unknown color: approx Zambezi. HEX triplet: 62, 5C and 5B. RGB value is (98,92,91). Sum of RGB (Red+Green+Blue) = 98+92+91=281 (37% of max value = 765). Red value is 98 (38.67% from 255 or 34.88% from 281); Green value is 92 (36.33% from 255 or 32.74% from 281); Blue value is 91 (35.94% from 255 or 32.38% from 281); Max value from RGB is 98 - color contains mainly: red. Hex color #625C5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625C5B is #9DA3A4. Grayscale: #5D5D5D. Windows color (decimal): -10331045 or 5987426. OLE color: 5987426.

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

Color convert

RGB989291-
CMYK00.060.070.62
HSL8.57º3.7%37.06%-
HSV(B)8.57º7.14%38.43%-
XYZ10.7511.0111.46-
YUV93.68126.49131.08-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 34.88%
GREEN value IS 92 (36.33% from 255) = 32.74%
BLUE value IS 91 (35.94% from 255) = 32.38%
R=34.88%
G=32.74%
B=32.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.07
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98929100.060.070.628.573.737.06
Hex625C5B0673E9425
Octal1421341330677611445
Binary11000101011100101101101101111111101001100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(98,92,91); }

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

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

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

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

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

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

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