#63595F

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

Shades of Salt Box #63595F

Tints of Salt Box #63595F

Color information

#63595F (or 0x63595F) is unknown color: approx Salt Box. HEX triplet: 63, 59 and 5F. RGB value is (99,89,95). Sum of RGB (Red+Green+Blue) = 99+89+95=283 (37% of max value = 765). Red value is 99 (39.06% from 255 or 34.98% from 283); Green value is 89 (35.16% from 255 or 31.45% from 283); Blue value is 95 (37.5% from 255 or 33.57% from 283); Max value from RGB is 99 - color contains mainly: red. Hex color #63595F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63595F is #9CA6A0. Grayscale: #5C5C5C. Windows color (decimal): -10266273 or 6248803. OLE color: 6248803.

HSL color Cylindrical-coordinate representation of color #63595F: hue angle of 324º degrees, saturation: 0.05, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.1%. Process color model (Four color, CMYK) of #63595F is Cyan = 0, Magento = 0.10, Yellow = 0.04 and Black (K on CMYK) = 0.61.

Color convert

RGB998995-
CMYK00.100.040.61
HSL324º5.32%36.86%-
HSV(B)324º10.1%38.82%-
XYZ10.7810.6212.31-
YUV92.67129.31132.51-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 34.98%
GREEN value IS 89 (35.16% from 255) = 31.45%
BLUE value IS 95 (37.5% from 255) = 33.57%
R=34.98%
G=31.45%
B=33.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.04
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99899500.100.040.613245.3236.86
Hex63595F0A43D144525
Octal143131137012475504545
Binary11000111011001101111101010100111101101000100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63595F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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