#615656

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

Shades of Zambezi #615656

Tints of Zambezi #615656

Color information

#615656 (or 0x615656) is unknown color: approx Zambezi. HEX triplet: 61, 56 and 56. RGB value is (97,86,86). Sum of RGB (Red+Green+Blue) = 97+86+86=269 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.06% from 269); Green value is 86 (33.98% from 255 or 31.97% from 269); Blue value is 86 (33.98% from 255 or 31.97% from 269); Max value from RGB is 97 - color contains mainly: red. Hex color #615656 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615656 is #9EA9A9. Grayscale: #595959. Windows color (decimal): -10398122 or 5658209. OLE color: 5658209.

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

Color convert

RGB978686-
CMYK00.110.110.62
HSL6.01%35.88%-
HSV(B)11.34%38.04%-
XYZ9.949.8710.19-
YUV89.29126.14133.5-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.06%
GREEN value IS 86 (33.98% from 255) = 31.97%
BLUE value IS 86 (33.98% from 255) = 31.97%
R=36.06%
G=31.97%
B=31.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.11
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97868600.110.110.6206.0135.88
Hex6156560BB3E0624
Octal14112612601313760644
Binary1100001101011010101100101110111111100110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615656; }

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

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

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

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

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

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

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

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