#635D5D

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

Shades of Zambezi #635D5D

Tints of Zambezi #635D5D

Color information

#635D5D (or 0x635D5D) is unknown color: approx Zambezi. HEX triplet: 63, 5D and 5D. RGB value is (99,93,93). Sum of RGB (Red+Green+Blue) = 99+93+93=285 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.74% from 285); Green value is 93 (36.72% from 255 or 32.63% from 285); Blue value is 93 (36.72% from 255 or 32.63% from 285); Max value from RGB is 99 - color contains mainly: red. Hex color #635D5D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635D5D is #9CA2A2. Grayscale: #5E5E5E. Windows color (decimal): -10265251 or 6118755. OLE color: 6118755.

HSL color Cylindrical-coordinate representation of color #635D5D: hue angle of 0º degrees, saturation: 0.03, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.06%. Process color model (Four color, CMYK) of #635D5D is Cyan = 0, Magento = 0.06, Yellow = 0.06 and Black (K on CMYK) = 0.61.

Color convert

RGB999393-
CMYK00.060.060.61
HSL3.13%37.65%-
HSV(B)6.06%38.82%-
XYZ11.0411.2711.95-
YUV94.79126.99131-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 34.74%
GREEN value IS 93 (36.72% from 255) = 32.63%
BLUE value IS 93 (36.72% from 255) = 32.63%
R=34.74%
G=32.63%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.06
Y (Yellow) values IS 0.06
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99939300.060.060.6103.1337.65
Hex635D5D0663D0326
Octal143135135066750346
Binary1100011101110110111010110110111101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635D5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635D5D; }

 p { color: rgb(99,93,93); }

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

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

 a { background-color: rgb(99,93,93); }

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

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

 span { border-color: rgb(99,93,93); }

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