#695957

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

Shades of Zambezi #695957

Tints of Zambezi #695957

Color information

#695957 (or 0x695957) is unknown color: approx Zambezi. HEX triplet: 69, 59 and 57. RGB value is (105,89,87). Sum of RGB (Red+Green+Blue) = 105+89+87=281 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.37% from 281); Green value is 89 (35.16% from 255 or 31.67% from 281); Blue value is 87 (34.38% from 255 or 30.96% from 281); Max value from RGB is 105 - color contains mainly: red. Hex color #695957 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695957 is #96A6A8. Grayscale: #5D5D5D. Windows color (decimal): -9873065 or 5724521. OLE color: 5724521.

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

Color convert

RGB1058987-
CMYK00.150.170.59
HSL6.67º9.38%37.65%-
HSV(B)6.67º17.14%41.18%-
XYZ11.1210.8410.52-
YUV93.56124.3136.16-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 37.37%
GREEN value IS 89 (35.16% from 255) = 31.67%
BLUE value IS 87 (34.38% from 255) = 30.96%
R=37.37%
G=31.67%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.17
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105898700.150.170.596.679.3837.65
Hex6959570F113B7926
Octal151131127017217371146
Binary11010011011001101011101111100011110111111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695957; }

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

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

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

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

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

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

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

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