#63535F

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

Shades of Salt Box #63535F

Tints of Salt Box #63535F

Color information

#63535F (or 0x63535F) is unknown color: approx Salt Box. HEX triplet: 63, 53 and 5F. RGB value is (99,83,95). Sum of RGB (Red+Green+Blue) = 99+83+95=277 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.74% from 277); Green value is 83 (32.81% from 255 or 29.96% from 277); Blue value is 95 (37.5% from 255 or 34.30% from 277); Max value from RGB is 99 - color contains mainly: red. Hex color #63535F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63535F is #9CACA0. Grayscale: #595959. Windows color (decimal): -10267809 or 6247267. OLE color: 6247267.

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

Color convert

RGB998395-
CMYK00.160.040.61
HSL315º8.79%35.69%-
HSV(B)315º16.16%38.82%-
XYZ10.39.6712.15-
YUV89.15131.3135.02-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 35.74%
GREEN value IS 83 (32.81% from 255) = 29.96%
BLUE value IS 95 (37.5% from 255) = 34.30%
R=35.74%
G=29.96%
B=34.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.04
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99839500.160.040.613158.7935.69
Hex63535F01043D13b924
Octal1431231370204754731144
Binary1100011101001110111110100001001111011001110111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63535F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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