#635060

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

Shades of Salt Box #635060

Tints of Salt Box #635060

Color information

#635060 (or 0x635060) is unknown color: approx Salt Box. HEX triplet: 63, 50 and 60. RGB value is (99,80,96). Sum of RGB (Red+Green+Blue) = 99+80+96=275 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36% from 275); Green value is 80 (31.64% from 255 or 29.09% from 275); Blue value is 96 (37.89% from 255 or 34.91% from 275); Max value from RGB is 99 - color contains mainly: red. Hex color #635060 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635060 is #9CAF9F. Grayscale: #575757. Windows color (decimal): -10268576 or 6312035. OLE color: 6312035.

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

Color convert

RGB998096-
CMYK00.190.030.61
HSL309.47º10.61%35.1%-
HSV(B)309.47º19.19%38.82%-
XYZ10.139.2312.32-
YUV87.5132.79136.2-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 36%
GREEN value IS 80 (31.64% from 255) = 29.09%
BLUE value IS 96 (37.89% from 255) = 34.91%
R=36%
G=29.09%
B=34.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.03
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99809600.190.030.61309.4710.6135.1
Hex63506001333D135b23
Octal1431201400233754651343
Binary110001110100001100000010011111111011001101011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635060

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635060; }

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

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

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

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

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

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

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

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