#665756

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

Shades of Zambezi #665756

Tints of Zambezi #665756

Color information

#665756 (or 0x665756) is unknown color: approx Zambezi. HEX triplet: 66, 57 and 56. RGB value is (102,87,86). Sum of RGB (Red+Green+Blue) = 102+87+86=275 (36% of max value = 765). Red value is 102 (40.23% from 255 or 37.09% from 275); Green value is 87 (34.38% from 255 or 31.64% from 275); Blue value is 86 (33.98% from 255 or 31.27% from 275); Max value from RGB is 102 - color contains mainly: red. Hex color #665756 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665756 is #99A8A9. Grayscale: #5B5B5B. Windows color (decimal): -10070186 or 5658470. OLE color: 5658470.

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

Color convert

RGB1028786-
CMYK00.150.160.6
HSL3.75º8.51%36.86%-
HSV(B)3.75º15.69%40%-
XYZ10.5710.3110.24-
YUV91.37124.97135.58-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 37.09%
GREEN value IS 87 (34.38% from 255) = 31.64%
BLUE value IS 86 (33.98% from 255) = 31.27%
R=37.09%
G=31.64%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.16
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102878600.150.160.63.758.5136.86
Hex6657560F103C4925
Octal146127126017207441145
Binary11001101010111101011001111100001111001001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665756; }

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

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

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

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

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

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

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

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