#635760

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

Shades of Salt Box #635760

Tints of Salt Box #635760

Color information

#635760 (or 0x635760) is unknown color: approx Salt Box. HEX triplet: 63, 57 and 60. RGB value is (99,87,96). Sum of RGB (Red+Green+Blue) = 99+87+96=282 (37% of max value = 765). Red value is 99 (39.06% from 255 or 35.11% from 282); Green value is 87 (34.38% from 255 or 30.85% from 282); Blue value is 96 (37.89% from 255 or 34.04% from 282); Max value from RGB is 99 - color contains mainly: red. Hex color #635760 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635760 is #9CA89F. Grayscale: #5B5B5B. Windows color (decimal): -10266784 or 6313827. OLE color: 6313827.

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

Color convert

RGB998796-
CMYK00.120.030.61
HSL315º6.45%36.47%-
HSV(B)315º12.12%38.82%-
XYZ10.6710.3112.49-
YUV91.61130.48133.27-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 35.11%
GREEN value IS 87 (34.38% from 255) = 30.85%
BLUE value IS 96 (37.89% from 255) = 34.04%
R=35.11%
G=30.85%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.03
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99879600.120.030.613156.4536.47
Hex6357600C33D13b624
Octal143127140014375473644
Binary1100011101011111000000110011111101100111011110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635760; }

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

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

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

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

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

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

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

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