#666060

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

Shades of Zambezi #666060

Tints of Zambezi #666060

Color information

#666060 (or 0x666060) is unknown color: approx Zambezi. HEX triplet: 66, 60 and 60. RGB value is (102,96,96). Sum of RGB (Red+Green+Blue) = 102+96+96=294 (38% of max value = 765). Red value is 102 (40.23% from 255 or 34.69% from 294); Green value is 96 (37.89% from 255 or 32.65% from 294); Blue value is 96 (37.89% from 255 or 32.65% from 294); Max value from RGB is 102 - color contains mainly: red. Hex color #666060 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666060 is #999F9F. Grayscale: #616161. Windows color (decimal): -10067872 or 6316134. OLE color: 6316134.

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

Color convert

RGB1029696-
CMYK00.060.060.6
HSL3.03%38.82%-
HSV(B)5.88%40%-
XYZ11.7712.0412.77-
YUV97.79126.99131-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.69%
GREEN value IS 96 (37.89% from 255) = 32.65%
BLUE value IS 96 (37.89% from 255) = 32.65%
R=34.69%
G=32.65%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.06
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102969600.060.060.603.0338.82
Hex6660600663C0327
Octal146140140066740347
Binary1100110110000011000000110110111100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666060; }

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

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

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

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

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

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

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

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