#625554

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

Shades of Zambezi #625554

Tints of Zambezi #625554

Color information

#625554 (or 0x625554) is unknown color: approx Zambezi. HEX triplet: 62, 55 and 54. RGB value is (98,85,84). Sum of RGB (Red+Green+Blue) = 98+85+84=267 (35% of max value = 765). Red value is 98 (38.67% from 255 or 36.70% from 267); Green value is 85 (33.59% from 255 or 31.84% from 267); Blue value is 84 (33.20% from 255 or 31.46% from 267); Max value from RGB is 98 - color contains mainly: red. Hex color #625554 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625554 is #9DAAAB. Grayscale: #585858. Windows color (decimal): -10332844 or 5526882. OLE color: 5526882.

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

Color convert

RGB988584-
CMYK00.130.140.62
HSL4.29º7.69%35.69%-
HSV(B)4.29º14.29%38.43%-
XYZ9.899.739.75-
YUV88.77125.31134.58-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 36.70%
GREEN value IS 85 (33.59% from 255) = 31.84%
BLUE value IS 84 (33.20% from 255) = 31.46%
R=36.70%
G=31.84%
B=31.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.14
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98858400.130.140.624.297.6935.69
Hex6255540DE3E4824
Octal142125124015167641044
Binary1100010101010110101000110111101111101001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #625554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #625554; }

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

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

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

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

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

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

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

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