#635561

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

Shades of Salt Box #635561

Tints of Salt Box #635561

Color information

#635561 (or 0x635561) is unknown color: approx Salt Box. HEX triplet: 63, 55 and 61. RGB value is (99,85,97). Sum of RGB (Red+Green+Blue) = 99+85+97=281 (37% of max value = 765). Red value is 99 (39.06% from 255 or 35.23% from 281); Green value is 85 (33.59% from 255 or 30.25% from 281); Blue value is 97 (38.28% from 255 or 34.52% from 281); Max value from RGB is 99 - color contains mainly: red. Hex color #635561 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635561 is #9CAA9E. Grayscale: #5A5A5A. Windows color (decimal): -10267295 or 6378851. OLE color: 6378851.

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

Color convert

RGB998597-
CMYK00.140.020.61
HSL308.57º7.61%36.08%-
HSV(B)308.57º14.14%38.82%-
XYZ10.5510.0112.69-
YUV90.55131.64134.02-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 35.23%
GREEN value IS 85 (33.59% from 255) = 30.25%
BLUE value IS 97 (38.28% from 255) = 34.52%
R=35.23%
G=30.25%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.02
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99859700.140.020.61308.577.6136.08
Hex6355610E23D135824
Octal1431251410162754651044
Binary11000111010101110000101110101111011001101011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635561; }

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

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

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

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

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

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

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

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