#615756

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

Shades of Zambezi #615756

Tints of Zambezi #615756

Color information

#615756 (or 0x615756) is unknown color: approx Zambezi. HEX triplet: 61, 57 and 56. RGB value is (97,87,86). Sum of RGB (Red+Green+Blue) = 97+87+86=270 (35% of max value = 765). Red value is 97 (38.28% from 255 or 35.93% from 270); Green value is 87 (34.38% from 255 or 32.22% from 270); Blue value is 86 (33.98% from 255 or 31.85% from 270); Max value from RGB is 97 - color contains mainly: red. Hex color #615756 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615756 is #9EA8A9. Grayscale: #595959. Windows color (decimal): -10397866 or 5658465. OLE color: 5658465.

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

Color convert

RGB978786-
CMYK00.100.110.62
HSL5.45º6.01%35.88%-
HSV(B)5.45º11.34%38.04%-
XYZ10.0210.0310.21-
YUV89.88125.81133.08-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 35.93%
GREEN value IS 87 (34.38% from 255) = 32.22%
BLUE value IS 86 (33.98% from 255) = 31.85%
R=35.93%
G=32.22%
B=31.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.11
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97878600.100.110.625.456.0135.88
Hex6157560AB3E5624
Octal14112712601213765644
Binary110000110101111010110010101011111110101110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615756; }

 p { color: rgb(97,87,86); }

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

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

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

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

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

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

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