#63505E

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

Shades of Salt Box #63505E

Tints of Salt Box #63505E

Color information

#63505E (or 0x63505E) is unknown color: approx Salt Box. HEX triplet: 63, 50 and 5E. RGB value is (99,80,94). Sum of RGB (Red+Green+Blue) = 99+80+94=273 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36.26% from 273); Green value is 80 (31.64% from 255 or 29.30% from 273); Blue value is 94 (37.11% from 255 or 34.43% from 273); Max value from RGB is 99 - color contains mainly: red. Hex color #63505E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63505E is #9CAFA1. Grayscale: #575757. Windows color (decimal): -10268578 or 6180963. OLE color: 6180963.

HSL color Cylindrical-coordinate representation of color #63505E: hue angle of 315.79º 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 #63505E is Cyan = 0, Magento = 0.19, Yellow = 0.05 and Black (K on CMYK) = 0.61.

Color convert

RGB998094-
CMYK00.190.050.61
HSL315.79º10.61%35.1%-
HSV(B)315.79º19.19%38.82%-
XYZ10.039.211.84-
YUV87.28131.79136.36-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 36.26%
GREEN value IS 80 (31.64% from 255) = 29.30%
BLUE value IS 94 (37.11% from 255) = 34.43%
R=36.26%
G=29.30%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.05
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99809400.190.050.61315.7910.6135.1
Hex63505E01353D13cb23
Octal1431201360235754741343
Binary1100011101000010111100100111011111011001111001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63505E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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