Html Css Color HEX #626060 Zambezi

📋 copy color: '#626060'

red 98 ◦ green 96 ◦ blue 96

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

Shades of Zambezi #626060

Tints of Zambezi #626060

RGB

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

 GREEN value IS 96 (37.89% from 255) = 33.1%

 BLUE value IS 96 (37.89% from 255) = 33.1%

R = 33.79%
G = 33.1%
B = 33.1%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.02

 K value IS 0.62

RGB Variations

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

Color information

#626060 (or 0x626060) is known color: Zambezi. HEX triplet: 62, 60 and 60. RGB value is (98,96,96). Sum of RGB (Red+Green+Blue) = 98+96+96=290 (38% of max value = 765). Red value is 98 (38.67% from 255 or 33.79% from 290); Green value is 96 (37.89% from 255 or 33.10% from 290); Blue value is 96 (37.89% from 255 or 33.10% from 290); Max value from RGB is 98 - color contains mainly: red. Hex color #626060 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #626060 is #9D9F9F. Grayscale: #606060. Windows color (decimal): -10330016 or 6316130. OLE color: 6316130.

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

Color convert

RGB 98 96 96 -
CMYK 0 0.02 0.02 0.62
HSL 0.01% 0.38% -
HSV(B) 0.02% 0.38% -
XYZ 11.33 11.81 12.75 -
YUV 96.6 127.66 129 -
System Red Green Blue C M Y K H S L
Decimal 98 96 96 0 0.02 0.02 0.62 0 0.01 0.38
Hex 62 60 60 0 2 2 3E 0 1 26
Octal 142 140 140 0 2 2 76 0 1 46
Binary 1100010 1100000 1100000 0 10 10 111110 0 1 100110

Color Harmonies of #626060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #626060

Black with #626060

Text Example


Text Example

White with #626060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #626060; }

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

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

background-color css

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

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

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

border-color css

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

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

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