#695555

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

Shades of Zambezi #695555

Tints of Zambezi #695555

Color information

#695555 (or 0x695555) is unknown color: approx Zambezi. HEX triplet: 69, 55 and 55. RGB value is (105,85,85). Sum of RGB (Red+Green+Blue) = 105+85+85=275 (36% of max value = 765). Red value is 105 (41.41% from 255 or 38.18% from 275); Green value is 85 (33.59% from 255 or 30.91% from 275); Blue value is 85 (33.59% from 255 or 30.91% from 275); Max value from RGB is 105 - color contains mainly: red. Hex color #695555 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #695555 is #96AAAA. Grayscale: #5B5B5B. Windows color (decimal): -9874091 or 5592425. OLE color: 5592425.

HSL color Cylindrical-coordinate representation of color #695555: hue angle of 0º degrees, saturation: 0.11, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #695555 is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.59.

Color convert

RGB1058585-
CMYK00.190.190.59
HSL10.53%37.25%-
HSV(B)19.05%41.18%-
XYZ10.7110.169.99-
YUV90.98124.63138-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 38.18%
GREEN value IS 85 (33.59% from 255) = 30.91%
BLUE value IS 85 (33.59% from 255) = 30.91%
R=38.18%
G=30.91%
B=30.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.19
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105858500.190.190.59010.5337.25
Hex695555013133B0b25
Octal151125125023237301345
Binary1101001101010110101010100111001111101101011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #695555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #695555; }

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

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

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

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

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

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

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

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