#635555

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

Shades of Zambezi #635555

Tints of Zambezi #635555

Color information

#635555 (or 0x635555) is unknown color: approx Zambezi. HEX triplet: 63, 55 and 55. RGB value is (99,85,85). Sum of RGB (Red+Green+Blue) = 99+85+85=269 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.80% from 269); Green value is 85 (33.59% from 255 or 31.60% from 269); Blue value is 85 (33.59% from 255 or 31.60% from 269); Max value from RGB is 99 - color contains mainly: red. Hex color #635555 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635555 is #9CAAAA. Grayscale: #595959. Windows color (decimal): -10267307 or 5592419. OLE color: 5592419.

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

Color convert

RGB998585-
CMYK00.140.140.61
HSL7.61%36.08%-
HSV(B)14.14%38.82%-
XYZ10.039.819.96-
YUV89.19125.64135-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 36.80%
GREEN value IS 85 (33.59% from 255) = 31.60%
BLUE value IS 85 (33.59% from 255) = 31.60%
R=36.80%
G=31.60%
B=31.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.14
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99858500.140.140.6107.6136.08
Hex6355550EE3D0824
Octal143125125016167501044
Binary11000111010101101010101110111011110101000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635555; }

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

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

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

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

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

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

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

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