Html Css Color HEX #625A59 Zambezi

📋 copy color: '#625A59'

red 98 ◦ green 90 ◦ blue 89

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

Shades of Zambezi #625A59

Tints of Zambezi #625A59

RGB

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

 GREEN value IS 90 (35.55% from 255) = 32.49%

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

R = 35.38%
G = 32.49%
B = 32.13%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.09

 K value IS 0.62

RGB Variations

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

Color information

#625A59 (or 0x625A59) is known color: Zambezi. HEX triplet: 62, 5A and 59. RGB value is (98,90,89). Sum of RGB (Red+Green+Blue) = 98+90+89=277 (36% of max value = 765). Red value is 98 (38.67% from 255 or 35.38% from 277); Green value is 90 (35.55% from 255 or 32.49% from 277); Blue value is 89 (35.16% from 255 or 32.13% from 277); Max value from RGB is 98 - color contains mainly: red. Hex color #625A59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625A59 is #9DA5A6. Grayscale: #5C5C5C. Windows color (decimal): -10331559 or 5855842. OLE color: 5855842.

HSL color Cylindrical-coordinate representation of color #625A59: hue angle of 6.67º 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 #625A59 is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.62.

Color convert

RGB 98 90 89 -
CMYK 0 0.08 0.09 0.62
HSL 6.67º 0.05% 0.37% -
HSV(B) 6.67º 0.09% 0.38% -
XYZ 10.5 10.63 10.95 -
YUV 92.28 126.15 132.08 -
System Red Green Blue C M Y K H S L
Decimal 98 90 89 0 0.08 0.09 0.62 6.67 0.05 0.37
Hex 62 5A 59 0 8 9 3E 7 5 25
Octal 142 132 131 0 10 11 76 7 5 45
Binary 1100010 1011010 1011001 0 1000 1001 111110 111 101 100101

Color Harmonies of #625A59

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625A59

Black with #625A59

Text Example


Text Example

White with #625A59

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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