Html Css Color HEX #605959 Zambezi

📋 copy color: '#605959'

red 96 ◦ green 89 ◦ blue 89

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

Shades of Zambezi #605959

Tints of Zambezi #605959

RGB

 RED value IS 96 (37.89% from 255) = 35.04%

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

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

R = 35.04%
G = 32.48%
B = 32.48%

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

#605959 (or 0x605959) is known color: Zambezi. HEX triplet: 60, 59 and 59. RGB value is (96,89,89). Sum of RGB (Red+Green+Blue) = 96+89+89=274 (36% of max value = 765). Red value is 96 (37.89% from 255 or 35.04% from 274); Green value is 89 (35.16% from 255 or 32.48% from 274); Blue value is 89 (35.16% from 255 or 32.48% from 274); Max value from RGB is 96 - color contains mainly: red. Hex color #605959 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605959 is #9FA6A6. Grayscale: #5B5B5B. Windows color (decimal): -10462887 or 5855584. OLE color: 5855584.

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

Color convert

RGB 96 89 89 -
CMYK 0 0.07 0.07 0.62
HSL 0.04% 0.36% -
HSV(B) 0.07% 0.38% -
XYZ 10.2 10.35 10.91 -
YUV 91.09 126.82 131.5 -
System Red Green Blue C M Y K H S L
Decimal 96 89 89 0 0.07 0.07 0.62 0 0.04 0.36
Hex 60 59 59 0 7 7 3E 0 4 24
Octal 140 131 131 0 7 7 76 0 4 44
Binary 1100000 1011001 1011001 0 111 111 111110 0 100 100100

Color Harmonies of #605959

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605959

Black with #605959

Text Example


Text Example

White with #605959

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605959; }

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

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

background-color css

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

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

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

border-color css

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

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

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