#615555

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

Shades of Zambezi #615555

Tints of Zambezi #615555

Color information

#615555 (or 0x615555) is unknown color: approx Zambezi. HEX triplet: 61, 55 and 55. RGB value is (97,85,85). Sum of RGB (Red+Green+Blue) = 97+85+85=267 (35% of max value = 765). Red value is 97 (38.28% from 255 or 36.33% from 267); Green value is 85 (33.59% from 255 or 31.84% from 267); Blue value is 85 (33.59% from 255 or 31.84% from 267); Max value from RGB is 97 - color contains mainly: red. Hex color #615555 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615555 is #9EAAAA. Grayscale: #585858. Windows color (decimal): -10398379 or 5592417. OLE color: 5592417.

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

Color convert

RGB978585-
CMYK00.120.120.62
HSL6.59%35.69%-
HSV(B)12.37%38.04%-
XYZ9.829.699.95-
YUV88.59125.98134-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 36.33%
GREEN value IS 85 (33.59% from 255) = 31.84%
BLUE value IS 85 (33.59% from 255) = 31.84%
R=36.33%
G=31.84%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.12
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97858500.120.120.6206.5935.69
Hex6155550CC3E0724
Octal14112512501414760744
Binary1100001101010110101010110011001111100111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615555; }

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

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

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

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

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

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

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

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