#615554

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

Shades of Zambezi #615554

Tints of Zambezi #615554

Color information

#615554 (or 0x615554) is unknown color: approx Zambezi. HEX triplet: 61, 55 and 54. RGB value is (97,85,84). Sum of RGB (Red+Green+Blue) = 97+85+84=266 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.47% from 266); Green value is 85 (33.59% from 255 or 31.95% from 266); Blue value is 84 (33.20% from 255 or 31.58% from 266); Max value from RGB is 97 - color contains mainly: red. Hex color #615554 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615554 is #9EAAAB. Grayscale: #585858. Windows color (decimal): -10398380 or 5526881. OLE color: 5526881.

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

Color convert

RGB978584-
CMYK00.120.130.62
HSL4.62º7.18%35.49%-
HSV(B)4.62º13.4%38.04%-
XYZ9.789.689.74-
YUV88.47125.48134.08-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.47%
GREEN value IS 85 (33.59% from 255) = 31.95%
BLUE value IS 84 (33.20% from 255) = 31.58%
R=36.47%
G=31.95%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.13
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97858400.120.130.624.627.1835.49
Hex6155540CD3E5723
Octal14112512401415765743
Binary110000110101011010100011001101111110101111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615554; }

 p { color: rgb(97,85,84); }

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

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

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

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

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

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

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