Html Css Color HEX #625B5B Zambezi

📋 copy color: '#625B5B'

red 98 ◦ green 91 ◦ blue 91

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

Shades of Zambezi #625B5B

Tints of Zambezi #625B5B

RGB

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

 GREEN value IS 91 (35.94% from 255) = 32.5%

 BLUE value IS 91 (35.94% from 255) = 32.5%

R = 35%
G = 32.5%
B = 32.5%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.07

 K value IS 0.62

RGB Variations

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

Color information

#625B5B (or 0x625B5B) is known color: Zambezi. HEX triplet: 62, 5B and 5B. RGB value is (98,91,91). Sum of RGB (Red+Green+Blue) = 98+91+91=280 (37% of max value = 765). Red value is 98 (38.67% from 255 or 35% from 280); Green value is 91 (35.94% from 255 or 32.5% from 280); Blue value is 91 (35.94% from 255 or 32.5% from 280); Max value from RGB is 98 - color contains mainly: red. Hex color #625B5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #625B5B is #9DA4A4. Grayscale: #5D5D5D. Windows color (decimal): -10331301 or 5987170. OLE color: 5987170.

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

Color convert

RGB 98 91 91 -
CMYK 0 0.07 0.07 0.62
HSL 0.04% 0.37% -
HSV(B) 0.07% 0.38% -
XYZ 10.67 10.83 11.43 -
YUV 93.09 126.82 131.5 -
System Red Green Blue C M Y K H S L
Decimal 98 91 91 0 0.07 0.07 0.62 0 0.04 0.37
Hex 62 5B 5B 0 7 7 3E 0 4 25
Octal 142 133 133 0 7 7 76 0 4 45
Binary 1100010 1011011 1011011 0 111 111 111110 0 100 100101

Color Harmonies of #625B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #625B5B

Black with #625B5B

Text Example


Text Example

White with #625B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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