#6A6261

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

Shades of Zambezi #6A6261

Tints of Zambezi #6A6261

Color information

#6A6261 (or 0x6A6261) is unknown color: approx Zambezi. HEX triplet: 6A, 62 and 61. RGB value is (106,98,97). Sum of RGB (Red+Green+Blue) = 106+98+97=301 (39% of max value = 765). Red value is 106 (41.80% from 255 or 35.22% from 301); Green value is 98 (38.67% from 255 or 32.56% from 301); Blue value is 97 (38.28% from 255 or 32.23% from 301); Max value from RGB is 106 - color contains mainly: red. Hex color #6A6261 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6A6261 is #959D9E. Grayscale: #646464. Windows color (decimal): -9805215 or 6382186. OLE color: 6382186.

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

Color convert

RGB1069897-
CMYK00.080.080.58
HSL6.67º4.43%39.8%-
HSV(B)6.67º8.49%41.57%-
XYZ12.4712.6613.1-
YUV100.28126.15132.08-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 35.22%
GREEN value IS 98 (38.67% from 255) = 32.56%
BLUE value IS 97 (38.28% from 255) = 32.23%
R=35.22%
G=32.56%
B=32.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.08
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal106989700.080.080.586.674.4339.8
Hex6A62610883A7428
Octal15214214101010727450
Binary110101011000101100001010001000111010111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A6261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6A6261; }

 p { color: rgb(106,98,97); }

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

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

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

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

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

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

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