#695A59

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

Shades of Zambezi #695A59

Tints of Zambezi #695A59

Color information

#695A59 (or 0x695A59) is unknown color: approx Zambezi. HEX triplet: 69, 5A and 59. RGB value is (105,90,89). Sum of RGB (Red+Green+Blue) = 105+90+89=284 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.97% from 284); Green value is 90 (35.55% from 255 or 31.69% from 284); Blue value is 89 (35.16% from 255 or 31.34% from 284); Max value from RGB is 105 - color contains mainly: red. Hex color #695A59 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695A59 is #96A5A6. Grayscale: #5E5E5E. Windows color (decimal): -9872807 or 5855849. OLE color: 5855849.

HSL color Cylindrical-coordinate representation of color #695A59: hue angle of 3.75º degrees, saturation: 0.08, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #695A59 is Cyan = 0, Magento = 0.14, Yellow = 0.15 and Black (K on CMYK) = 0.59.

Color convert

RGB1059089-
CMYK00.140.150.59
HSL3.75º8.25%38.04%-
HSV(B)3.75º15.24%41.18%-
XYZ11.2911.0410.99-
YUV94.37124.97135.58-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.97%
GREEN value IS 90 (35.55% from 255) = 31.69%
BLUE value IS 89 (35.16% from 255) = 31.34%
R=36.97%
G=31.69%
B=31.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.15
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105908900.140.150.593.758.2538.04
Hex695A590EF3B4826
Octal151132131016177341046
Binary1101001101101010110010111011111110111001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695A59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695A59; }

 p { color: rgb(105,90,89); }

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

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

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

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

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

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

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