#625856

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

Shades of Zambezi #625856

Tints of Zambezi #625856

Color information

#625856 (or 0x625856) is unknown color: approx Zambezi. HEX triplet: 62, 58 and 56. RGB value is (98,88,86). Sum of RGB (Red+Green+Blue) = 98+88+86=272 (36% of max value = 765). Red value is 98 (38.67% from 255 or 36.03% from 272); Green value is 88 (34.77% from 255 or 32.35% from 272); Blue value is 86 (33.98% from 255 or 31.62% from 272); Max value from RGB is 98 - color contains mainly: red. Hex color #625856 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625856 is #9DA7A9. Grayscale: #5A5A5A. Windows color (decimal): -10332074 or 5658722. OLE color: 5658722.

HSL color Cylindrical-coordinate representation of color #625856: hue angle of 10º 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 #625856 is Cyan = 0, Magento = 0.10, Yellow = 0.12 and Black (K on CMYK) = 0.62.

Color convert

RGB988886-
CMYK00.100.120.62
HSL10º6.52%36.08%-
HSV(B)10º12.24%38.43%-
XYZ10.2110.2510.24-
YUV90.76125.31133.16-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 36.03%
GREEN value IS 88 (34.77% from 255) = 32.35%
BLUE value IS 86 (33.98% from 255) = 31.62%
R=36.03%
G=32.35%
B=31.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98888600.100.120.62106.5236.08
Hex6258560AC3Ea724
Octal142130126012147612744
Binary1100010101100010101100101011001111101010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625856; }

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

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

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

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

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

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

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

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