#615B5B

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

Shades of Zambezi #615B5B

Tints of Zambezi #615B5B

Color information

#615B5B (or 0x615B5B) is unknown color: approx Zambezi. HEX triplet: 61, 5B and 5B. RGB value is (97,91,91). Sum of RGB (Red+Green+Blue) = 97+91+91=279 (36% of max value = 765). Red value is 97 (38.28% from 255 or 34.77% from 279); Green value is 91 (35.94% from 255 or 32.62% from 279); Blue value is 91 (35.94% from 255 or 32.62% from 279); Max value from RGB is 97 - color contains mainly: red. Hex color #615B5B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #615B5B is #9EA4A4. Grayscale: #5C5C5C. Windows color (decimal): -10396837 or 5987169. OLE color: 5987169.

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

Color convert

RGB979191-
CMYK00.060.060.62
HSL3.19%36.86%-
HSV(B)6.19%38.04%-
XYZ10.5610.7811.42-
YUV92.79126.99131-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 34.77%
GREEN value IS 91 (35.94% from 255) = 32.62%
BLUE value IS 91 (35.94% from 255) = 32.62%
R=34.77%
G=32.62%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.06
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97919100.060.060.6203.1936.86
Hex615B5B0663E0325
Octal141133133066760345
Binary1100001101101110110110110110111110011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #615B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #615B5B; }

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

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

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

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

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

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

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

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