#635962

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

Shades of Salt Box #635962

Tints of Salt Box #635962

Color information

#635962 (or 0x635962) is unknown color: approx Salt Box. HEX triplet: 63, 59 and 62. RGB value is (99,89,98). Sum of RGB (Red+Green+Blue) = 99+89+98=286 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.62% from 286); Green value is 89 (35.16% from 255 or 31.12% from 286); Blue value is 98 (38.67% from 255 or 34.27% from 286); Max value from RGB is 99 - color contains mainly: red. Hex color #635962 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635962 is #9CA69D. Grayscale: #5C5C5C. Windows color (decimal): -10266270 or 6445411. OLE color: 6445411.

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

Color convert

RGB998998-
CMYK00.100.010.61
HSL306º5.32%36.86%-
HSV(B)306º10.1%38.82%-
XYZ10.9210.6813.04-
YUV93.02130.81132.27-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 34.62%
GREEN value IS 89 (35.16% from 255) = 31.12%
BLUE value IS 98 (38.67% from 255) = 34.27%
R=34.62%
G=31.12%
B=34.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.01
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99899800.100.010.613065.3236.86
Hex6359620A13D132525
Octal143131142012175462545
Binary110001110110011100010010101111101100110010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635962; }

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

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

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

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

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

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

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

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