Html Css Color HEX #605D5D Zambezi

📋 copy color: '#605D5D'

red 96 ◦ green 93 ◦ blue 93

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

Shades of Zambezi #605D5D

Tints of Zambezi #605D5D

RGB

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

 GREEN value IS 93 (36.72% from 255) = 32.98%

 BLUE value IS 93 (36.72% from 255) = 32.98%

R = 34.04%
G = 32.98%
B = 32.98%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.03

 K value IS 0.62

RGB Variations

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

Color information

#605D5D (or 0x605D5D) is known color: Zambezi. HEX triplet: 60, 5D and 5D. RGB value is (96,93,93). Sum of RGB (Red+Green+Blue) = 96+93+93=282 (37% of max value = 765). Red value is 96 (37.89% from 255 or 34.04% from 282); Green value is 93 (36.72% from 255 or 32.98% from 282); Blue value is 93 (36.72% from 255 or 32.98% from 282); Max value from RGB is 96 - color contains mainly: red. Hex color #605D5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #605D5D is #9FA2A2. Grayscale: #5D5D5D. Windows color (decimal): -10461859 or 6118752. OLE color: 6118752.

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

Color convert

RGB 96 93 93 -
CMYK 0 0.03 0.03 0.62
HSL 0.02% 0.37% -
HSV(B) 0.03% 0.38% -
XYZ 10.71 11.11 11.93 -
YUV 93.9 127.49 129.5 -
System Red Green Blue C M Y K H S L
Decimal 96 93 93 0 0.03 0.03 0.62 0 0.02 0.37
Hex 60 5D 5D 0 3 3 3E 0 2 25
Octal 140 135 135 0 3 3 76 0 2 45
Binary 1100000 1011101 1011101 0 11 11 111110 0 10 100101

Color Harmonies of #605D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #605D5D

Black with #605D5D

Text Example


Text Example

White with #605D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #605D5D; }

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

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

background-color css

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

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

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

border-color css

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

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

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