#63495F

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

Shades of Salt Box #63495F

Tints of Salt Box #63495F

Color information

#63495F (or 0x63495F) is unknown color: approx Salt Box. HEX triplet: 63, 49 and 5F. RGB value is (99,73,95). Sum of RGB (Red+Green+Blue) = 99+73+95=267 (35% of max value = 765). Red value is 99 (39.06% from 255 or 37.08% from 267); Green value is 73 (28.91% from 255 or 27.34% from 267); Blue value is 95 (37.5% from 255 or 35.58% from 267); Max value from RGB is 99 - color contains mainly: red. Hex color #63495F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63495F is #9CB6A0. Grayscale: #535353. Windows color (decimal): -10270369 or 6244707. OLE color: 6244707.

HSL color Cylindrical-coordinate representation of color #63495F: hue angle of 309.23º degrees, saturation: 0.15, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #63495F is Cyan = 0, Magento = 0.26, Yellow = 0.04 and Black (K on CMYK) = 0.61.

Color convert

RGB997395-
CMYK00.260.040.61
HSL309.23º15.12%33.73%-
HSV(B)309.23º26.26%38.82%-
XYZ9.598.2411.91-
YUV83.28134.61139.21-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 37.08%
GREEN value IS 73 (28.91% from 255) = 27.34%
BLUE value IS 95 (37.5% from 255) = 35.58%
R=37.08%
G=27.34%
B=35.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.04
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99739500.260.040.61309.2315.1233.73
Hex63495F01A43D135f22
Octal1431111370324754651742
Binary1100011100100110111110110101001111011001101011111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63495F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63495F; }

 p { color: rgb(99,73,95); }

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

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

 a { background-color: rgb(99,73,95); }

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

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

 span { border-color: rgb(99,73,95); }

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