#635E62

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

Shades of Salt Box #635E62

Tints of Salt Box #635E62

Color information

#635E62 (or 0x635E62) is unknown color: approx Salt Box. HEX triplet: 63, 5E and 62. RGB value is (99,94,98). Sum of RGB (Red+Green+Blue) = 99+94+98=291 (38% of max value = 765). Red value is 99 (39.06% from 255 or 34.02% from 291); Green value is 94 (37.11% from 255 or 32.30% from 291); Blue value is 98 (38.67% from 255 or 33.68% from 291); Max value from RGB is 99 - color contains mainly: red. Hex color #635E62 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635E62 is #9CA19D. Grayscale: #5F5F5F. Windows color (decimal): -10264990 or 6446691. OLE color: 6446691.

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

Color convert

RGB999498-
CMYK00.050.010.61
HSL312º2.59%37.84%-
HSV(B)312º5.05%38.82%-
XYZ11.3511.5413.18-
YUV95.95129.16130.17-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 34.02%
GREEN value IS 94 (37.11% from 255) = 32.30%
BLUE value IS 98 (38.67% from 255) = 33.68%
R=34.02%
G=32.30%
B=33.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.05
Y (Yellow) values IS 0.01
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99949800.050.010.613122.5937.84
Hex635E620513D138326
Octal14313614205175470346
Binary1100011101111011000100101111110110011100011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635E62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635E62; }

 p { color: rgb(99,94,98); }

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

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

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

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

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

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

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