#6B6160

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

Shades of Zambezi #6B6160

Tints of Zambezi #6B6160

Color information

#6B6160 (or 0x6B6160) is unknown color: approx Zambezi. HEX triplet: 6B, 61 and 60. RGB value is (107,97,96). Sum of RGB (Red+Green+Blue) = 107+97+96=300 (39% of max value = 765). Red value is 107 (42.19% from 255 or 35.67% from 300); Green value is 97 (38.28% from 255 or 32.33% from 300); Blue value is 96 (37.89% from 255 or 32% from 300); Max value from RGB is 107 - color contains mainly: red. Hex color #6B6160 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #6B6160 is #949E9F. Grayscale: #636363. Windows color (decimal): -9739936 or 6316395. OLE color: 6316395.

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

Color convert

RGB1079796-
CMYK00.090.100.58
HSL5.45º5.42%39.8%-
HSV(B)5.45º10.28%41.96%-
XYZ12.4512.5212.83-
YUV99.88125.81133.08-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 35.67%
GREEN value IS 97 (38.28% from 255) = 32.33%
BLUE value IS 96 (37.89% from 255) = 32%
R=35.67%
G=32.33%
B=32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.10
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal107979600.090.100.585.455.4239.8
Hex6B616009A3A5528
Octal15314114001112725550
Binary110101111000011100000010011010111010101101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B6160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,97,96); }

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

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

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

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

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

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

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