#635963

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

Shades of Salt Box #635963

Tints of Salt Box #635963

Color information

#635963 (or 0x635963) is unknown color: approx Salt Box. HEX triplet: 63, 59 and 63. RGB value is (99,89,99). Sum of RGB (Red+Green+Blue) = 99+89+99=287 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.49% from 287); Green value is 89 (35.16% from 255 or 31.01% from 287); Blue value is 99 (39.06% from 255 or 34.49% from 287); Max value from RGB is 99 - color contains mainly: red, blue. Hex color #635963 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635963 is #9CA69C. Grayscale: #5D5D5D. Windows color (decimal): -10266269 or 6510947. OLE color: 6510947.

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

Color convert

RGB998999-
CMYK00.1000.61
HSL300º5.32%36.86%-
HSV(B)300º10.1%38.82%-
XYZ10.9710.713.29-
YUV93.13131.31132.19-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 34.49%
GREEN value IS 89 (35.16% from 255) = 31.01%
BLUE value IS 99 (39.06% from 255) = 34.49%
R=34.49%
G=31.01%
B=34.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99899900.1000.613005.3236.86
Hex6359630A03D12c525
Octal143131143012075454545
Binary110001110110011100011010100111101100101100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635963; }

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

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

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

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

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

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

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

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