#696060

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

Shades of Zambezi #696060

Tints of Zambezi #696060

Color information

#696060 (or 0x696060) is unknown color: approx Zambezi. HEX triplet: 69, 60 and 60. RGB value is (105,96,96). Sum of RGB (Red+Green+Blue) = 105+96+96=297 (39% of max value = 765). Red value is 105 (41.41% from 255 or 35.35% from 297); Green value is 96 (37.89% from 255 or 32.32% from 297); Blue value is 96 (37.89% from 255 or 32.32% from 297); Max value from RGB is 105 - color contains mainly: red. Hex color #696060 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #696060 is #969F9F. Grayscale: #626262. Windows color (decimal): -9871264 or 6316137. OLE color: 6316137.

HSL color Cylindrical-coordinate representation of color #696060: hue angle of 0º 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 #696060 is Cyan = 0, Magento = 0.09, Yellow = 0.09 and Black (K on CMYK) = 0.59.

Color convert

RGB1059696-
CMYK00.090.090.59
HSL4.48%39.41%-
HSV(B)8.57%41.18%-
XYZ12.1212.2112.78-
YUV98.69126.48132.5-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 35.35%
GREEN value IS 96 (37.89% from 255) = 32.32%
BLUE value IS 96 (37.89% from 255) = 32.32%
R=35.35%
G=32.32%
B=32.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.09
Y (Yellow) values IS 0.09
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105969600.090.090.5904.4839.41
Hex6960600993B0427
Octal15114014001111730447
Binary1101001110000011000000100110011110110100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #696060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #696060; }

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

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

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

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

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

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

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

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