#635655

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

Shades of Zambezi #635655

Tints of Zambezi #635655

Color information

#635655 (or 0x635655) is unknown color: approx Zambezi. HEX triplet: 63, 56 and 55. RGB value is (99,86,85). Sum of RGB (Red+Green+Blue) = 99+86+85=270 (35% of max value = 765). Red value is 99 (39.06% from 255 or 36.67% from 270); Green value is 86 (33.98% from 255 or 31.85% from 270); Blue value is 85 (33.59% from 255 or 31.48% from 270); Max value from RGB is 99 - color contains mainly: red. Hex color #635655 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635655 is #9CA9AA. Grayscale: #595959. Windows color (decimal): -10267051 or 5592675. OLE color: 5592675.

HSL color Cylindrical-coordinate representation of color #635655: hue angle of 4.29º 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 #635655 is Cyan = 0, Magento = 0.13, Yellow = 0.14 and Black (K on CMYK) = 0.61.

Color convert

RGB998685-
CMYK00.130.140.61
HSL4.29º7.61%36.08%-
HSV(B)4.29º14.14%38.82%-
XYZ10.119.969.98-
YUV89.77125.31134.58-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 36.67%
GREEN value IS 86 (33.98% from 255) = 31.85%
BLUE value IS 85 (33.59% from 255) = 31.48%
R=36.67%
G=31.85%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.14
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99868500.130.140.614.297.6136.08
Hex6356550DE3D4824
Octal143126125015167541044
Binary1100011101011010101010110111101111011001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635655; }

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

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

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

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

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

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

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

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