#63545E

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

Shades of Salt Box #63545E

Tints of Salt Box #63545E

Color information

#63545E (or 0x63545E) is unknown color: approx Salt Box. HEX triplet: 63, 54 and 5E. RGB value is (99,84,94). Sum of RGB (Red+Green+Blue) = 99+84+94=277 (36% of max value = 765). Red value is 99 (39.06% from 255 or 35.74% from 277); Green value is 84 (33.20% from 255 or 30.32% from 277); Blue value is 94 (37.11% from 255 or 33.94% from 277); Max value from RGB is 99 - color contains mainly: red. Hex color #63545E is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #63545E is #9CABA1. Grayscale: #595959. Windows color (decimal): -10267554 or 6181987. OLE color: 6181987.

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

Color convert

RGB998494-
CMYK00.150.050.61
HSL320º8.2%35.88%-
HSV(B)320º15.15%38.82%-
XYZ10.349.811.94-
YUV89.62130.47134.69-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 35.74%
GREEN value IS 84 (33.20% from 255) = 30.32%
BLUE value IS 94 (37.11% from 255) = 33.94%
R=35.74%
G=30.32%
B=33.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.05
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99849400.150.050.613208.235.88
Hex63545E0F53D140824
Octal1431241360175755001044
Binary110001110101001011110011111011111011010000001000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63545E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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