#635660

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

Shades of Salt Box #635660

Tints of Salt Box #635660

Color information

#635660 (or 0x635660) is unknown color: approx Salt Box. HEX triplet: 63, 56 and 60. RGB value is (99,86,96). Sum of RGB (Red+Green+Blue) = 99+86+96=281 (37% of max value = 765). Red value is 99 (39.06% from 255 or 35.23% from 281); Green value is 86 (33.98% from 255 or 30.60% from 281); Blue value is 96 (37.89% from 255 or 34.16% from 281); Max value from RGB is 99 - color contains mainly: red. Hex color #635660 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635660 is #9CA99F. Grayscale: #5B5B5B. Windows color (decimal): -10267040 or 6313571. OLE color: 6313571.

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

Color convert

RGB998696-
CMYK00.130.030.61
HSL313.85º7.03%36.27%-
HSV(B)313.85º13.13%38.82%-
XYZ10.5810.1512.47-
YUV91.03130.81133.69-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 35.23%
GREEN value IS 86 (33.98% from 255) = 30.60%
BLUE value IS 96 (37.89% from 255) = 34.16%
R=35.23%
G=30.60%
B=34.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.03
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99869600.130.030.61313.857.0336.27
Hex6356600D33D13a724
Octal143126140015375472744
Binary1100011101011011000000110111111101100111010111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635660

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635660; }

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

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

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

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

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

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

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

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