#635961

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

Shades of Salt Box #635961

Tints of Salt Box #635961

Color information

#635961 (or 0x635961) is unknown color: approx Salt Box. HEX triplet: 63, 59 and 61. RGB value is (99,89,97). Sum of RGB (Red+Green+Blue) = 99+89+97=285 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.74% from 285); Green value is 89 (35.16% from 255 or 31.23% from 285); Blue value is 97 (38.28% from 255 or 34.04% from 285); Max value from RGB is 99 - color contains mainly: red. Hex color #635961 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635961 is #9CA69E. Grayscale: #5C5C5C. Windows color (decimal): -10266271 or 6379875. OLE color: 6379875.

HSL color Cylindrical-coordinate representation of color #635961: hue angle of 312º 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 #635961 is Cyan = 0, Magento = 0.10, Yellow = 0.02 and Black (K on CMYK) = 0.61.

Color convert

RGB998997-
CMYK00.100.020.61
HSL312º5.32%36.86%-
HSV(B)312º10.1%38.82%-
XYZ10.8810.6612.79-
YUV92.9130.31132.35-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 34.74%
GREEN value IS 89 (35.16% from 255) = 31.23%
BLUE value IS 97 (38.28% from 255) = 34.04%
R=34.74%
G=31.23%
B=34.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.02
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99899700.100.020.613125.3236.86
Hex6359610A23D138525
Octal143131141012275470545
Binary1100011101100111000010101010111101100111000101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635961; }

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

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

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

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

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

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

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

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