#635860

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

Shades of Salt Box #635860

Tints of Salt Box #635860

Color information

#635860 (or 0x635860) is unknown color: approx Salt Box. HEX triplet: 63, 58 and 60. RGB value is (99,88,96). Sum of RGB (Red+Green+Blue) = 99+88+96=283 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.98% from 283); Green value is 88 (34.77% from 255 or 31.10% from 283); Blue value is 96 (37.89% from 255 or 33.92% from 283); Max value from RGB is 99 - color contains mainly: red. Hex color #635860 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635860 is #9CA79F. Grayscale: #5C5C5C. Windows color (decimal): -10266528 or 6314083. OLE color: 6314083.

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

Color convert

RGB998896-
CMYK00.110.030.61
HSL316.36º5.88%36.67%-
HSV(B)316.36º11.11%38.82%-
XYZ10.7510.4812.52-
YUV92.2130.14132.85-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 34.98%
GREEN value IS 88 (34.77% from 255) = 31.10%
BLUE value IS 96 (37.89% from 255) = 33.92%
R=34.98%
G=31.10%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.11
Y (Yellow) values IS 0.03
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99889600.110.030.61316.365.8836.67
Hex6358600B33D13c625
Octal143130140013375474645
Binary1100011101100011000000101111111101100111100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635860; }

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

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

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

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

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

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

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

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