#695B5A

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

Shades of Zambezi #695B5A

Tints of Zambezi #695B5A

Color information

#695B5A (or 0x695B5A) is unknown color: approx Zambezi. HEX triplet: 69, 5B and 5A. RGB value is (105,91,90). Sum of RGB (Red+Green+Blue) = 105+91+90=286 (37% of max value = 765). Red value is 105 (41.41% from 255 or 36.71% from 286); Green value is 91 (35.94% from 255 or 31.82% from 286); Blue value is 90 (35.55% from 255 or 31.47% from 286); Max value from RGB is 105 - color contains mainly: red. Hex color #695B5A is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695B5A is #96A4A5. Grayscale: #5F5F5F. Windows color (decimal): -9872550 or 5921641. OLE color: 5921641.

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

Color convert

RGB1059190-
CMYK00.130.140.59
HSL7.69%38.24%-
HSV(B)14.29%41.18%-
XYZ11.4111.2211.24-
YUV95.07125.14135.08-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 36.71%
GREEN value IS 91 (35.94% from 255) = 31.82%
BLUE value IS 90 (35.55% from 255) = 31.47%
R=36.71%
G=31.82%
B=31.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.14
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105919000.130.140.5947.6938.24
Hex695B5A0DE3B4826
Octal151133132015167341046
Binary1101001101101110110100110111101110111001000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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