#63555E

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

Shades of Salt Box #63555E

Tints of Salt Box #63555E

Color information

#63555E (or 0x63555E) is unknown color: approx Salt Box. HEX triplet: 63, 55 and 5E. RGB value is (99,85,94). Sum of RGB (Red+Green+Blue) = 99+85+94=278 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.61% from 278); Green value is 85 (33.59% from 255 or 30.58% from 278); Blue value is 94 (37.11% from 255 or 33.81% from 278); Max value from RGB is 99 - color contains mainly: red. Hex color #63555E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63555E is #9CAAA1. Grayscale: #5A5A5A. Windows color (decimal): -10267298 or 6182243. OLE color: 6182243.

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

Color convert

RGB998594-
CMYK00.140.050.61
HSL321.43º7.61%36.08%-
HSV(B)321.43º14.14%38.82%-
XYZ10.419.9611.96-
YUV90.21130.14134.27-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 35.61%
GREEN value IS 85 (33.59% from 255) = 30.58%
BLUE value IS 94 (37.11% from 255) = 33.81%
R=35.61%
G=30.58%
B=33.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.14
Y (Yellow) values IS 0.05
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99859400.140.050.61321.437.6136.08
Hex63555E0E53D141824
Octal1431251360165755011044
Binary110001110101011011110011101011111011010000011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63555E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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