#615958

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

Shades of Zambezi #615958

Tints of Zambezi #615958

Color information

#615958 (or 0x615958) is unknown color: approx Zambezi. HEX triplet: 61, 59 and 58. RGB value is (97,89,88). Sum of RGB (Red+Green+Blue) = 97+89+88=274 (36% of max value = 765). Red value is 97 (38.28% from 255 or 35.40% from 274); Green value is 89 (35.16% from 255 or 32.48% from 274); Blue value is 88 (34.77% from 255 or 32.12% from 274); Max value from RGB is 97 - color contains mainly: red. Hex color #615958 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615958 is #9EA6A7. Grayscale: #5B5B5B. Windows color (decimal): -10397352 or 5790049. OLE color: 5790049.

HSL color Cylindrical-coordinate representation of color #615958: hue angle of 6.67º 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 #615958 is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.62.

Color convert

RGB978988-
CMYK00.080.090.62
HSL6.67º4.86%36.27%-
HSV(B)6.67º9.28%38.04%-
XYZ10.2610.3910.7-
YUV91.28126.15132.08-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.40%
GREEN value IS 89 (35.16% from 255) = 32.48%
BLUE value IS 88 (34.77% from 255) = 32.12%
R=35.40%
G=32.48%
B=32.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.09
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97898800.080.090.626.674.8636.27
Hex6159580893E7524
Octal14113113001011767544
Binary110000110110011011000010001001111110111101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615958; }

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

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

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

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

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

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

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

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