#635461

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

Shades of Salt Box #635461

Tints of Salt Box #635461

Color information

#635461 (or 0x635461) is unknown color: approx Salt Box. HEX triplet: 63, 54 and 61. RGB value is (99,84,97). Sum of RGB (Red+Green+Blue) = 99+84+97=280 (37% of max value = 765). Red value is 99 (39.06% from 255 or 35.36% from 280); Green value is 84 (33.20% from 255 or 30% from 280); Blue value is 97 (38.28% from 255 or 34.64% from 280); Max value from RGB is 99 - color contains mainly: red. Hex color #635461 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #635461 is #9CAB9E. Grayscale: #595959. Windows color (decimal): -10267551 or 6378595. OLE color: 6378595.

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

Color convert

RGB998497-
CMYK00.150.020.61
HSL308º8.2%35.88%-
HSV(B)308º15.15%38.82%-
XYZ10.479.8612.66-
YUV89.97131.97134.44-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 35.36%
GREEN value IS 84 (33.20% from 255) = 30%
BLUE value IS 97 (38.28% from 255) = 34.64%
R=35.36%
G=30%
B=34.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.02
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99849700.150.020.613088.235.88
Hex6354610F23D134824
Octal1431241410172754641044
Binary11000111010100110000101111101111011001101001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #635461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #635461; }

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

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

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

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

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

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

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

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