#635B60

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

Shades of Salt Box #635B60

Tints of Salt Box #635B60

Color information

#635B60 (or 0x635B60) is unknown color: approx Salt Box. HEX triplet: 63, 5B and 60. RGB value is (99,91,96). Sum of RGB (Red+Green+Blue) = 99+91+96=286 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.62% from 286); Green value is 91 (35.94% from 255 or 31.82% from 286); Blue value is 96 (37.89% from 255 or 33.57% from 286); Max value from RGB is 99 - color contains mainly: red. Hex color #635B60 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635B60 is #9CA49F. Grayscale: #5D5D5D. Windows color (decimal): -10265760 or 6314851. OLE color: 6314851.

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

Color convert

RGB999196-
CMYK00.080.030.61
HSL322.5º4.21%37.25%-
HSV(B)322.5º8.08%38.82%-
XYZ1110.9812.61-
YUV93.96129.15131.59-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 34.62%
GREEN value IS 91 (35.94% from 255) = 31.82%
BLUE value IS 96 (37.89% from 255) = 33.57%
R=34.62%
G=31.82%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.08
Y (Yellow) values IS 0.03
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99919600.080.030.61322.54.2137.25
Hex635B600833D142425
Octal143133140010375502445
Binary1100011101101111000000100011111101101000010100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(99,91,96); }

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

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

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

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

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

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

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