#695959

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

Shades of Zambezi #695959

Tints of Zambezi #695959

Color information

#695959 (or 0x695959) is unknown color: approx Zambezi. HEX triplet: 69, 59 and 59. RGB value is (105,89,89). Sum of RGB (Red+Green+Blue) = 105+89+89=283 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.10% from 283); Green value is 89 (35.16% from 255 or 31.45% from 283); Blue value is 89 (35.16% from 255 or 31.45% from 283); Max value from RGB is 105 - color contains mainly: red. Hex color #695959 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695959 is #96A6A6. Grayscale: #5D5D5D. Windows color (decimal): -9873063 or 5855593. OLE color: 5855593.

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

Color convert

RGB1058989-
CMYK00.150.150.59
HSL8.25%38.04%-
HSV(B)15.24%41.18%-
XYZ11.210.8710.96-
YUV93.78125.3136-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 37.10%
GREEN value IS 89 (35.16% from 255) = 31.45%
BLUE value IS 89 (35.16% from 255) = 31.45%
R=37.10%
G=31.45%
B=31.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.15
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105898900.150.150.5908.2538.04
Hex6959590FF3B0826
Octal151131131017177301046
Binary11010011011001101100101111111111101101000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695959; }

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

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

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

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

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

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

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

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