#695857

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

Shades of Zambezi #695857

Tints of Zambezi #695857

Color information

#695857 (or 0x695857) is unknown color: approx Zambezi. HEX triplet: 69, 58 and 57. RGB value is (105,88,87). Sum of RGB (Red+Green+Blue) = 105+88+87=280 (37% of max value = 765). Red value is 105 (41.41% from 255 or 37.5% from 280); Green value is 88 (34.77% from 255 or 31.43% from 280); Blue value is 87 (34.38% from 255 or 31.07% from 280); Max value from RGB is 105 - color contains mainly: red. Hex color #695857 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695857 is #96A7A8. Grayscale: #5C5C5C. Windows color (decimal): -9873321 or 5724265. OLE color: 5724265.

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

Color convert

RGB1058887-
CMYK00.160.170.59
HSL3.33º9.38%37.65%-
HSV(B)3.33º17.14%41.18%-
XYZ11.0410.6710.49-
YUV92.97124.63136.58-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 37.5%
GREEN value IS 88 (34.77% from 255) = 31.43%
BLUE value IS 87 (34.38% from 255) = 31.07%
R=37.5%
G=31.43%
B=31.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.17
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105888700.160.170.593.339.3837.65
Hex695857010113B3926
Octal151130127020217331146
Binary11010011011000101011101000010001111011111001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695857

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695857; }

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

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

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

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

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

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

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

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