#635460

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

Shades of Salt Box #635460

Tints of Salt Box #635460

Color information

#635460 (or 0x635460) is unknown color: approx Salt Box. HEX triplet: 63, 54 and 60. RGB value is (99,84,96). Sum of RGB (Red+Green+Blue) = 99+84+96=279 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.48% from 279); Green value is 84 (33.20% from 255 or 30.11% from 279); Blue value is 96 (37.89% from 255 or 34.41% from 279); Max value from RGB is 99 - color contains mainly: red. Hex color #635460 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635460 is #9CAB9F. Grayscale: #595959. Windows color (decimal): -10267552 or 6313059. OLE color: 6313059.

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

Color convert

RGB998496-
CMYK00.150.030.61
HSL312º8.2%35.88%-
HSV(B)312º15.15%38.82%-
XYZ10.439.8412.42-
YUV89.85131.47134.52-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 35.48%
GREEN value IS 84 (33.20% from 255) = 30.11%
BLUE value IS 96 (37.89% from 255) = 34.41%
R=35.48%
G=30.11%
B=34.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.03
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99849600.150.030.613128.235.88
Hex6354600F33D138824
Octal1431241400173754701044
Binary11000111010100110000001111111111011001110001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635460

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635460; }

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

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

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

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

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

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

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

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