#646161

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

Shades of Zambezi #646161

Tints of Zambezi #646161

Color information

#646161 (or 0x646161) is unknown color: approx Zambezi. HEX triplet: 64, 61 and 61. RGB value is (100,97,97). Sum of RGB (Red+Green+Blue) = 100+97+97=294 (38% of max value = 765). Red value is 100 (39.45% from 255 or 34.01% from 294); Green value is 97 (38.28% from 255 or 32.99% from 294); Blue value is 97 (38.28% from 255 or 32.99% from 294); Max value from RGB is 100 - color contains mainly: red. Hex color #646161 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #646161 is #9B9E9E. Grayscale: #616161. Windows color (decimal): -10198687 or 6381924. OLE color: 6381924.

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

Color convert

RGB1009797-
CMYK00.030.030.61
HSL1.52%38.63%-
HSV(B)3%39.22%-
XYZ11.6912.1213.03-
YUV97.9127.49129.5-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 34.01%
GREEN value IS 97 (38.28% from 255) = 32.99%
BLUE value IS 97 (38.28% from 255) = 32.99%
R=34.01%
G=32.99%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.03
Y (Yellow) values IS 0.03
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal100979700.030.030.6101.5238.63
Hex6461610333D0227
Octal144141141033750247
Binary11001001100001110000101111111101010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #646161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #646161; }

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

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

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

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

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

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

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

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