#665856

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

Shades of Zambezi #665856

Tints of Zambezi #665856

Color information

#665856 (or 0x665856) is unknown color: approx Zambezi. HEX triplet: 66, 58 and 56. RGB value is (102,88,86). Sum of RGB (Red+Green+Blue) = 102+88+86=276 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.96% from 276); Green value is 88 (34.77% from 255 or 31.88% from 276); Blue value is 86 (33.98% from 255 or 31.16% from 276); Max value from RGB is 102 - color contains mainly: red. Hex color #665856 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665856 is #99A7A9. Grayscale: #5B5B5B. Windows color (decimal): -10069930 or 5658726. OLE color: 5658726.

HSL color Cylindrical-coordinate representation of color #665856: hue angle of 7.5º 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 #665856 is Cyan = 0, Magento = 0.14, Yellow = 0.16 and Black (K on CMYK) = 0.6.

Color convert

RGB1028886-
CMYK00.140.160.6
HSL7.5º8.51%36.86%-
HSV(B)7.5º15.69%40%-
XYZ10.6510.4810.26-
YUV91.96124.64135.16-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.96%
GREEN value IS 88 (34.77% from 255) = 31.88%
BLUE value IS 86 (33.98% from 255) = 31.16%
R=36.96%
G=31.88%
B=31.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.16
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102888600.140.160.67.58.5136.86
Hex6658560E103C8925
Octal1461301260162074101145
Binary110011010110001010110011101000011110010001001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665856; }

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

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

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

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

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

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

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

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