Html Css Color HEX #625959 Zambezi

📋 copy color: '#625959'

red 98 ◦ green 89 ◦ blue 89

#625959
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Zambezi #625959

Tints of Zambezi #625959

RGB

 RED value IS 98 (38.67% from 255) = 35.51%

 GREEN value IS 89 (35.16% from 255) = 32.25%

 BLUE value IS 89 (35.16% from 255) = 32.25%

R = 35.51%
G = 32.25%
B = 32.25%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.09

 K value IS 0.62

RGB Variations

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

Color information

#625959 (or 0x625959) is known color: Zambezi. HEX triplet: 62, 59 and 59. RGB value is (98,89,89). Sum of RGB (Red+Green+Blue) = 98+89+89=276 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.51% from 276); Green value is 89 (35.16% from 255 or 32.25% from 276); Blue value is 89 (35.16% from 255 or 32.25% from 276); Max value from RGB is 98 - color contains mainly: red. Hex color #625959 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625959 is #9DA6A6. Grayscale: #5B5B5B. Windows color (decimal): -10331815 or 5855586. OLE color: 5855586.

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

Color convert

RGB 98 89 89 -
CMYK 0 0.09 0.09 0.62
HSL 0.05% 0.37% -
HSV(B) 0.09% 0.38% -
XYZ 10.41 10.46 10.92 -
YUV 91.69 126.48 132.5 -
System Red Green Blue C M Y K H S L
Decimal 98 89 89 0 0.09 0.09 0.62 0 0.05 0.37
Hex 62 59 59 0 9 9 3E 0 5 25
Octal 142 131 131 0 11 11 76 0 5 45
Binary 1100010 1011001 1011001 0 1001 1001 111110 0 101 100101

Color Harmonies of #625959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625959

Black with #625959

Text Example


Text Example

White with #625959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #625959; }

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

 H1.HeaderClassName
 {
   color: #625959;
 }
 .AnyTagClassName
 {
   color: #625959;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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