#655959

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

Shades of Zambezi #655959

Tints of Zambezi #655959

Color information

#655959 (or 0x655959) is unknown color: approx Zambezi. HEX triplet: 65, 59 and 59. RGB value is (101,89,89). Sum of RGB (Red+Green+Blue) = 101+89+89=279 (36% of max value = 765). Red value is 101 (39.84% from 255 or 36.20% from 279); Green value is 89 (35.16% from 255 or 31.90% from 279); Blue value is 89 (35.16% from 255 or 31.90% from 279); Max value from RGB is 101 - color contains mainly: red. Hex color #655959 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #655959 is #9AA6A6. Grayscale: #5C5C5C. Windows color (decimal): -10135207 or 5855589. OLE color: 5855589.

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

Color convert

RGB1018989-
CMYK00.120.120.60
HSL6.32%37.25%-
HSV(B)11.88%39.61%-
XYZ10.7410.6310.94-
YUV92.59125.98134-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 36.20%
GREEN value IS 89 (35.16% from 255) = 31.90%
BLUE value IS 89 (35.16% from 255) = 31.90%
R=36.20%
G=31.90%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.12
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101898900.120.120.6006.3237.25
Hex6559590CC3C0625
Octal14513113101414740645
Binary1100101101100110110010110011001111000110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #655959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #655959; }

 p { color: rgb(101,89,89); }

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

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

 a { background-color: rgb(101,89,89); }

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

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

 span { border-color: rgb(101,89,89); }

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