#696160

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

Shades of Zambezi #696160

Tints of Zambezi #696160

Color information

#696160 (or 0x696160) is unknown color: approx Zambezi. HEX triplet: 69, 61 and 60. RGB value is (105,97,96). Sum of RGB (Red+Green+Blue) = 105+97+96=298 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.23% from 298); Green value is 97 (38.28% from 255 or 32.55% from 298); Blue value is 96 (37.89% from 255 or 32.21% from 298); Max value from RGB is 105 - color contains mainly: red. Hex color #696160 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696160 is #969E9F. Grayscale: #636363. Windows color (decimal): -9871008 or 6316393. OLE color: 6316393.

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

Color convert

RGB1059796-
CMYK00.080.090.59
HSL6.67º4.48%39.41%-
HSV(B)6.67º8.57%41.18%-
XYZ12.2112.412.82-
YUV99.28126.15132.08-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.23%
GREEN value IS 97 (38.28% from 255) = 32.55%
BLUE value IS 96 (37.89% from 255) = 32.21%
R=35.23%
G=32.55%
B=32.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.09
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105979600.080.090.596.674.4839.41
Hex6961600893B7427
Octal15114114001011737447
Binary110100111000011100000010001001111011111100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696160; }

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

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

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

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

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

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

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

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