#63555F

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

Shades of Salt Box #63555F

Tints of Salt Box #63555F

Color information

#63555F (or 0x63555F) is unknown color: approx Salt Box. HEX triplet: 63, 55 and 5F. RGB value is (99,85,95). Sum of RGB (Red+Green+Blue) = 99+85+95=279 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.48% from 279); Green value is 85 (33.59% from 255 or 30.47% from 279); Blue value is 95 (37.5% from 255 or 34.05% from 279); Max value from RGB is 99 - color contains mainly: red. Hex color #63555F is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63555F is #9CAAA0. Grayscale: #5A5A5A. Windows color (decimal): -10267297 or 6247779. OLE color: 6247779.

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

Color convert

RGB998595-
CMYK00.140.040.61
HSL317.14º7.61%36.08%-
HSV(B)317.14º14.14%38.82%-
XYZ10.469.9812.2-
YUV90.33130.64134.19-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 35.48%
GREEN value IS 85 (33.59% from 255) = 30.47%
BLUE value IS 95 (37.5% from 255) = 34.05%
R=35.48%
G=30.47%
B=34.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.04
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99859500.140.040.61317.147.6136.08
Hex63555F0E43D13d824
Octal1431251370164754751044
Binary110001110101011011111011101001111011001111011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63555F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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