#665E5D

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

Shades of Zambezi #665E5D

Tints of Zambezi #665E5D

Color information

#665E5D (or 0x665E5D) is unknown color: approx Zambezi. HEX triplet: 66, 5E and 5D. RGB value is (102,94,93). Sum of RGB (Red+Green+Blue) = 102+94+93=289 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.29% from 289); Green value is 94 (37.11% from 255 or 32.53% from 289); Blue value is 93 (36.72% from 255 or 32.18% from 289); Max value from RGB is 102 - color contains mainly: red. Hex color #665E5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665E5D is #99A1A2. Grayscale: #606060. Windows color (decimal): -10068387 or 6119014. OLE color: 6119014.

HSL color Cylindrical-coordinate representation of color #665E5D: hue angle of 6.67º degrees, saturation: 0.05, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #665E5D is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.6.

Color convert

RGB1029493-
CMYK00.080.090.6
HSL6.67º4.62%38.24%-
HSV(B)6.67º8.82%40%-
XYZ11.4611.6212-
YUV96.28126.15132.08-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.29%
GREEN value IS 94 (37.11% from 255) = 32.53%
BLUE value IS 93 (36.72% from 255) = 32.18%
R=35.29%
G=32.53%
B=32.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.09
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102949300.080.090.66.674.6238.24
Hex665E5D0893C7526
Octal14613613501011747546
Binary110011010111101011101010001001111100111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665E5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665E5D; }

 p { color: rgb(102,94,93); }

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

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

 a { background-color: rgb(102,94,93); }

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

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

 span { border-color: rgb(102,94,93); }

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