#63535E

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

Shades of Salt Box #63535E

Tints of Salt Box #63535E

Color information

#63535E (or 0x63535E) is unknown color: approx Salt Box. HEX triplet: 63, 53 and 5E. RGB value is (99,83,94). Sum of RGB (Red+Green+Blue) = 99+83+94=276 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.87% from 276); Green value is 83 (32.81% from 255 or 30.07% from 276); Blue value is 94 (37.11% from 255 or 34.06% from 276); Max value from RGB is 99 - color contains mainly: red. Hex color #63535E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63535E is #9CACA1. Grayscale: #595959. Windows color (decimal): -10267810 or 6181731. OLE color: 6181731.

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

Color convert

RGB998394-
CMYK00.160.050.61
HSL318.75º8.79%35.69%-
HSV(B)318.75º16.16%38.82%-
XYZ10.269.6511.91-
YUV89.04130.8135.11-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 35.87%
GREEN value IS 83 (32.81% from 255) = 30.07%
BLUE value IS 94 (37.11% from 255) = 34.06%
R=35.87%
G=30.07%
B=34.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.16
Y (Yellow) values IS 0.05
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99839400.160.050.61318.758.7935.69
Hex63535E01053D13f924
Octal1431231360205754771144
Binary1100011101001110111100100001011111011001111111001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63535E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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