#63525E

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

Shades of Salt Box #63525E

Tints of Salt Box #63525E

Color information

#63525E (or 0x63525E) is unknown color: approx Salt Box. HEX triplet: 63, 52 and 5E. RGB value is (99,82,94). Sum of RGB (Red+Green+Blue) = 99+82+94=275 (36% of max value = 765). Red value is 99 (39.06% from 255 or 36% from 275); Green value is 82 (32.42% from 255 or 29.82% from 275); Blue value is 94 (37.11% from 255 or 34.18% from 275); Max value from RGB is 99 - color contains mainly: red. Hex color #63525E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63525E is #9CADA1. Grayscale: #585858. Windows color (decimal): -10268066 or 6181475. OLE color: 6181475.

HSL color Cylindrical-coordinate representation of color #63525E: hue angle of 317.65º degrees, saturation: 0.09, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #63525E is Cyan = 0, Magento = 0.17, Yellow = 0.05 and Black (K on CMYK) = 0.61.

Color convert

RGB998294-
CMYK00.170.050.61
HSL317.65º9.39%35.49%-
HSV(B)317.65º17.17%38.82%-
XYZ10.189.511.89-
YUV88.45131.13135.52-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 36%
GREEN value IS 82 (32.42% from 255) = 29.82%
BLUE value IS 94 (37.11% from 255) = 34.18%
R=36%
G=29.82%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.05
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99829400.170.050.61317.659.3935.49
Hex63525E01153D13e923
Octal1431221360215754761143
Binary1100011101001010111100100011011111011001111101001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63525E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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