#63565F

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

Shades of Salt Box #63565F

Tints of Salt Box #63565F

Color information

#63565F (or 0x63565F) is unknown color: approx Salt Box. HEX triplet: 63, 56 and 5F. RGB value is (99,86,95). Sum of RGB (Red+Green+Blue) = 99+86+95=280 (37% of max value = 765). Red value is 99 (39.06% from 255 or 35.36% from 280); Green value is 86 (33.98% from 255 or 30.71% from 280); Blue value is 95 (37.5% from 255 or 33.93% from 280); Max value from RGB is 99 - color contains mainly: red. Hex color #63565F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63565F is #9CA9A0. Grayscale: #5A5A5A. Windows color (decimal): -10267041 or 6248035. OLE color: 6248035.

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

Color convert

RGB998695-
CMYK00.130.040.61
HSL318.46º7.03%36.27%-
HSV(B)318.46º13.13%38.82%-
XYZ10.5410.1312.23-
YUV90.91130.31133.77-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 35.36%
GREEN value IS 86 (33.98% from 255) = 30.71%
BLUE value IS 95 (37.5% from 255) = 33.93%
R=35.36%
G=30.71%
B=33.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.04
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99869500.130.040.61318.467.0336.27
Hex63565F0D43D13e724
Octal143126137015475476744
Binary11000111010110101111101101100111101100111110111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63565F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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