#665857

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

Shades of Zambezi #665857

Tints of Zambezi #665857

Color information

#665857 (or 0x665857) is unknown color: approx Zambezi. HEX triplet: 66, 58 and 57. RGB value is (102,88,87). Sum of RGB (Red+Green+Blue) = 102+88+87=277 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.82% from 277); Green value is 88 (34.77% from 255 or 31.77% from 277); Blue value is 87 (34.38% from 255 or 31.41% from 277); Max value from RGB is 102 - color contains mainly: red. Hex color #665857 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665857 is #99A7A8. Grayscale: #5C5C5C. Windows color (decimal): -10069929 or 5724262. OLE color: 5724262.

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

Color convert

RGB1028887-
CMYK00.140.150.6
HSL7.94%37.06%-
HSV(B)14.71%40%-
XYZ10.6910.4910.48-
YUV92.07125.14135.08-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.82%
GREEN value IS 88 (34.77% from 255) = 31.77%
BLUE value IS 87 (34.38% from 255) = 31.41%
R=36.82%
G=31.77%
B=31.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.15
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102888700.140.150.647.9437.06
Hex6658570EF3C4825
Octal146130127016177441045
Binary1100110101100010101110111011111111001001000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665857; }

 p { color: rgb(102,88,87); }

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

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

 a { background-color: rgb(102,88,87); }

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

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

 span { border-color: rgb(102,88,87); }

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