#666161

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

Shades of Zambezi #666161

Tints of Zambezi #666161

Color information

#666161 (or 0x666161) is unknown color: approx Zambezi. HEX triplet: 66, 61 and 61. RGB value is (102,97,97). Sum of RGB (Red+Green+Blue) = 102+97+97=296 (39% of max value = 765). Red value is 102 (40.23% from 255 or 34.46% from 296); Green value is 97 (38.28% from 255 or 32.77% from 296); Blue value is 97 (38.28% from 255 or 32.77% from 296); Max value from RGB is 102 - color contains mainly: red. Hex color #666161 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #666161 is #999E9E. Grayscale: #626262. Windows color (decimal): -10067615 or 6381926. OLE color: 6381926.

HSL color Cylindrical-coordinate representation of color #666161: 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.05%. Process color model (Four color, CMYK) of #666161 is Cyan = 0, Magento = 0.05, Yellow = 0.05 and Black (K on CMYK) = 0.6.

Color convert

RGB1029797-
CMYK00.050.050.6
HSL2.51%39.02%-
HSV(B)4.9%40%-
XYZ11.9112.2413.04-
YUV98.5127.16130.5-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 34.46%
GREEN value IS 97 (38.28% from 255) = 32.77%
BLUE value IS 97 (38.28% from 255) = 32.77%
R=34.46%
G=32.77%
B=32.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.05
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102979700.050.050.602.5139.02
Hex6661610553C0327
Octal146141141055740347
Binary1100110110000111000010101101111100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #666161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #666161; }

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

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

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

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

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

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

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

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