Html Css Color HEX #615D5D Zambezi

📋 copy color: '#615D5D'

red 97 ◦ green 93 ◦ blue 93

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

Shades of Zambezi #615D5D

Tints of Zambezi #615D5D

RGB

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

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

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

R = 34.28%
G = 32.86%
B = 32.86%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.04

 K value IS 0.62

RGB Variations

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

Color information

#615D5D (or 0x615D5D) is known color: Zambezi. HEX triplet: 61, 5D and 5D. RGB value is (97,93,93). Sum of RGB (Red+Green+Blue) = 97+93+93=283 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.28% from 283); Green value is 93 (36.72% from 255 or 32.86% from 283); Blue value is 93 (36.72% from 255 or 32.86% from 283); Max value from RGB is 97 - color contains mainly: red. Hex color #615D5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615D5D is #9EA2A2. Grayscale: #5E5E5E. Windows color (decimal): -10396323 or 6118753. OLE color: 6118753.

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

Color convert

RGB 97 93 93 -
CMYK 0 0.04 0.04 0.62
HSL 0.02% 0.37% -
HSV(B) 0.04% 0.38% -
XYZ 10.82 11.16 11.94 -
YUV 94.2 127.33 130 -
System Red Green Blue C M Y K H S L
Decimal 97 93 93 0 0.04 0.04 0.62 0 0.02 0.37
Hex 61 5D 5D 0 4 4 3E 0 2 25
Octal 141 135 135 0 4 4 76 0 2 45
Binary 1100001 1011101 1011101 0 100 100 111110 0 10 100101

Color Harmonies of #615D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #615D5D

Black with #615D5D

Text Example


Text Example

White with #615D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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