#615C5B

Color #615C5B Zambezi (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Zambezi #615C5B

Tints of Zambezi #615C5B

Color information

#615C5B (or 0x615C5B) is unknown color: approx Zambezi. HEX triplet: 61, 5C and 5B. RGB value is (97,92,91). Sum of RGB (Red+Green+Blue) = 97+92+91=280 (37% of max value = 765). Red value is 97 (38.28% from 255 or 34.64% from 280); Green value is 92 (36.33% from 255 or 32.86% from 280); Blue value is 91 (35.94% from 255 or 32.5% from 280); Max value from RGB is 97 - color contains mainly: red. Hex color #615C5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615C5B is #9EA3A4. Grayscale: #5D5D5D. Windows color (decimal): -10396581 or 5987425. OLE color: 5987425.

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

Color convert

RGB979291-
CMYK00.050.060.62
HSL10º3.19%36.86%-
HSV(B)10º6.19%38.04%-
XYZ10.6510.9511.45-
YUV93.38126.66130.58-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.64%
GREEN value IS 92 (36.33% from 255) = 32.86%
BLUE value IS 91 (35.94% from 255) = 32.5%
R=34.64%
G=32.86%
B=32.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97929100.050.060.62103.1936.86
Hex615C5B0563Ea325
Octal1411341330567612345
Binary1100001101110010110110101110111110101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615C5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,92,91); }

 H1.HeaderClassName
 {
   color: #615C5B;
 }
 .AnyTagClassName
 {
   color: #615C5B;
 }
</style>
background-color css

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

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

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

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

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

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