#665858

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

Shades of Zambezi #665858

Tints of Zambezi #665858

Color information

#665858 (or 0x665858) is unknown color: approx Zambezi. HEX triplet: 66, 58 and 58. RGB value is (102,88,88). Sum of RGB (Red+Green+Blue) = 102+88+88=278 (36% of max value = 765). Red value is 102 (40.23% from 255 or 36.69% from 278); Green value is 88 (34.77% from 255 or 31.65% from 278); Blue value is 88 (34.77% from 255 or 31.65% from 278); Max value from RGB is 102 - color contains mainly: red. Hex color #665858 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #665858 is #99A7A7. Grayscale: #5C5C5C. Windows color (decimal): -10069928 or 5789798. OLE color: 5789798.

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

Color convert

RGB1028888-
CMYK00.140.140.6
HSL7.37%37.25%-
HSV(B)13.73%40%-
XYZ10.7310.5110.7-
YUV92.19125.64135-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 36.69%
GREEN value IS 88 (34.77% from 255) = 31.65%
BLUE value IS 88 (34.77% from 255) = 31.65%
R=36.69%
G=31.65%
B=31.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.14
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102888800.140.140.607.3737.25
Hex6658580EE3C0725
Octal14613013001616740745
Binary1100110101100010110000111011101111000111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #665858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #665858; }

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

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

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

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

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

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

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

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