Html Css Color HEX #616060 Zambezi

📋 copy color: '#616060'

red 97 ◦ green 96 ◦ blue 96

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

Shades of Zambezi #616060

Tints of Zambezi #616060

RGB

 RED value IS 97 (38.28% from 255) = 33.56%

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

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

R = 33.56%
G = 33.22%
B = 33.22%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.01

 K value IS 0.62

RGB Variations

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

Color information

#616060 (or 0x616060) is known color: Zambezi. HEX triplet: 61, 60 and 60. RGB value is (97,96,96). Sum of RGB (Red+Green+Blue) = 97+96+96=289 (38% of max value = 765). Red value is 97 (38.28% from 255 or 33.56% from 289); Green value is 96 (37.89% from 255 or 33.22% from 289); Blue value is 96 (37.89% from 255 or 33.22% from 289); Max value from RGB is 97 - color contains mainly: red. Hex color #616060 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #616060 is #9E9F9F. Grayscale: #606060. Windows color (decimal): -10395552 or 6316129. OLE color: 6316129.

HSL color Cylindrical-coordinate representation of color #616060: 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.01%. Process color model (Four color, CMYK) of #616060 is Cyan = 0, Magento = 0.01, Yellow = 0.01 and Black (K on CMYK) = 0.62.

Color convert

RGB 97 96 96 -
CMYK 0 0.01 0.01 0.62
HSL 0.01% 0.38% -
HSV(B) 0.01% 0.38% -
XYZ 11.22 11.75 12.74 -
YUV 96.3 127.83 128.5 -
System Red Green Blue C M Y K H S L
Decimal 97 96 96 0 0.01 0.01 0.62 0 0.01 0.38
Hex 61 60 60 0 1 1 3E 0 1 26
Octal 141 140 140 0 1 1 76 0 1 46
Binary 1100001 1100000 1100000 0 1 1 111110 0 1 100110

Color Harmonies of #616060

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616060

Black with #616060

Text Example


Text Example

White with #616060

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #616060; }

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

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

background-color css

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

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

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

border-color css

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

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

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