#63505D

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

Shades of Salt Box #63505D

Tints of Salt Box #63505D

Color information

#63505D (or 0x63505D) is unknown color: approx Salt Box. HEX triplet: 63, 50 and 5D. RGB value is (99,80,93). Sum of RGB (Red+Green+Blue) = 99+80+93=272 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.40% from 272); Green value is 80 (31.64% from 255 or 29.41% from 272); Blue value is 93 (36.72% from 255 or 34.19% from 272); Max value from RGB is 99 - color contains mainly: red. Hex color #63505D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63505D is #9CAFA2. Grayscale: #575757. Windows color (decimal): -10268579 or 6115427. OLE color: 6115427.

HSL color Cylindrical-coordinate representation of color #63505D: hue angle of 318.95º degrees, saturation: 0.11, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #63505D is Cyan = 0, Magento = 0.19, Yellow = 0.06 and Black (K on CMYK) = 0.61.

Color convert

RGB998093-
CMYK00.190.060.61
HSL318.95º10.61%35.1%-
HSV(B)318.95º19.19%38.82%-
XYZ9.999.1811.6-
YUV87.16131.29136.44-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 36.40%
GREEN value IS 80 (31.64% from 255) = 29.41%
BLUE value IS 93 (36.72% from 255) = 34.19%
R=36.40%
G=29.41%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.06
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99809300.190.060.61318.9510.6135.1
Hex63505D01363D13fb23
Octal1431201350236754771343
Binary1100011101000010111010100111101111011001111111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63505D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63505D; }

 p { color: rgb(99,80,93); }

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

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

 a { background-color: rgb(99,80,93); }

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

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

 span { border-color: rgb(99,80,93); }

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