#615858

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

Shades of Zambezi #615858

Tints of Zambezi #615858

Color information

#615858 (or 0x615858) is unknown color: approx Zambezi. HEX triplet: 61, 58 and 58. RGB value is (97,88,88). Sum of RGB (Red+Green+Blue) = 97+88+88=273 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.53% from 273); Green value is 88 (34.77% from 255 or 32.23% from 273); Blue value is 88 (34.77% from 255 or 32.23% from 273); Max value from RGB is 97 - color contains mainly: red. Hex color #615858 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615858 is #9EA7A7. Grayscale: #5A5A5A. Windows color (decimal): -10397608 or 5789793. OLE color: 5789793.

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

Color convert

RGB978888-
CMYK00.090.090.62
HSL4.86%36.27%-
HSV(B)9.28%38.04%-
XYZ10.1810.2310.67-
YUV90.69126.48132.5-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.53%
GREEN value IS 88 (34.77% from 255) = 32.23%
BLUE value IS 88 (34.77% from 255) = 32.23%
R=35.53%
G=32.23%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.09
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97888800.090.090.6204.8636.27
Hex6158580993E0524
Octal14113013001111760544
Binary1100001101100010110000100110011111100101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615858; }

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

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

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

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

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

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

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

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