#665E5E

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

Shades of Zambezi #665E5E

Tints of Zambezi #665E5E

Color information

#665E5E (or 0x665E5E) is unknown color: approx Zambezi. HEX triplet: 66, 5E and 5E. RGB value is (102,94,94). Sum of RGB (Red+Green+Blue) = 102+94+94=290 (38% of max value = 765). Red value is 102 (40.23% from 255 or 35.17% from 290); Green value is 94 (37.11% from 255 or 32.41% from 290); Blue value is 94 (37.11% from 255 or 32.41% from 290); Max value from RGB is 102 - color contains mainly: red. Hex color #665E5E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665E5E is #99A1A1. Grayscale: #606060. Windows color (decimal): -10068386 or 6184550. OLE color: 6184550.

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

Color convert

RGB1029494-
CMYK00.080.080.6
HSL4.08%38.43%-
HSV(B)7.84%40%-
XYZ11.511.6412.23-
YUV96.39126.65132-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 35.17%
GREEN value IS 94 (37.11% from 255) = 32.41%
BLUE value IS 94 (37.11% from 255) = 32.41%
R=35.17%
G=32.41%
B=32.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.08
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102949400.080.080.604.0838.43
Hex665E5E0883C0426
Octal14613613601010740446
Binary1100110101111010111100100010001111000100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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