#635960

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

Shades of Salt Box #635960

Tints of Salt Box #635960

Color information

#635960 (or 0x635960) is unknown color: approx Salt Box. HEX triplet: 63, 59 and 60. RGB value is (99,89,96). Sum of RGB (Red+Green+Blue) = 99+89+96=284 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.86% from 284); Green value is 89 (35.16% from 255 or 31.34% from 284); Blue value is 96 (37.89% from 255 or 33.80% from 284); Max value from RGB is 99 - color contains mainly: red. Hex color #635960 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635960 is #9CA69F. Grayscale: #5C5C5C. Windows color (decimal): -10266272 or 6314339. OLE color: 6314339.

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

Color convert

RGB998996-
CMYK00.100.030.61
HSL318º5.32%36.86%-
HSV(B)318º10.1%38.82%-
XYZ10.8310.6412.55-
YUV92.79129.81132.43-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 34.86%
GREEN value IS 89 (35.16% from 255) = 31.34%
BLUE value IS 96 (37.89% from 255) = 33.80%
R=34.86%
G=31.34%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.03
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99899600.100.030.613185.3236.86
Hex6359600A33D13e525
Octal143131140012375476545
Binary1100011101100111000000101011111101100111110101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635960; }

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

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

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

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

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

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

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

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