#695A57

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

Shades of Zambezi #695A57

Tints of Zambezi #695A57

Color information

#695A57 (or 0x695A57) is unknown color: approx Zambezi. HEX triplet: 69, 5A and 57. RGB value is (105,90,87). Sum of RGB (Red+Green+Blue) = 105+90+87=282 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.23% from 282); Green value is 90 (35.55% from 255 or 31.91% from 282); Blue value is 87 (34.38% from 255 or 30.85% from 282); Max value from RGB is 105 - color contains mainly: red. Hex color #695A57 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695A57 is #96A5A8. Grayscale: #5E5E5E. Windows color (decimal): -9872809 or 5724777. OLE color: 5724777.

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

Color convert

RGB1059087-
CMYK00.140.170.59
HSL10º9.38%37.65%-
HSV(B)10º17.14%41.18%-
XYZ11.21110.55-
YUV94.14123.97135.74-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 37.23%
GREEN value IS 90 (35.55% from 255) = 31.91%
BLUE value IS 87 (34.38% from 255) = 30.85%
R=37.23%
G=31.91%
B=30.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.17
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105908700.140.170.59109.3837.65
Hex695A570E113Ba926
Octal1511321270162173121146
Binary110100110110101010111011101000111101110101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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