#63404D

Color #63404D Tawny Port (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tawny Port #63404D

Tints of Tawny Port #63404D

Color information

#63404D (or 0x63404D) is unknown color: approx Tawny Port. HEX triplet: 63, 40 and 4D. RGB value is (99,64,77). Sum of RGB (Red+Green+Blue) = 99+64+77=240 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.25% from 240); Green value is 64 (25.39% from 255 or 26.67% from 240); Blue value is 77 (30.47% from 255 or 32.08% from 240); Max value from RGB is 99 - color contains mainly: red. Hex color #63404D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63404D is #9CBFB2. Grayscale: #4B4B4B. Windows color (decimal): -10272691 or 5062755. OLE color: 5062755.

HSL color Cylindrical-coordinate representation of color #63404D: hue angle of 337.71º degrees, saturation: 0.21, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #63404D is Cyan = 0, Magento = 0.35, Yellow = 0.22 and Black (K on CMYK) = 0.61.

Color convert

RGB996477-
CMYK00.350.220.61
HSL337.71º21.47%31.96%-
HSV(B)337.71º35.35%38.82%-
XYZ8.326.867.91-
YUV75.95128.6144.44-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 41.25%
GREEN value IS 64 (25.39% from 255) = 26.67%
BLUE value IS 77 (30.47% from 255) = 32.08%
R=41.25%
G=26.67%
B=32.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.22
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99647700.350.220.61337.7121.4731.96
Hex63404D023163D1521520
Octal14310011504326755222540
Binary11000111000000100110101000111011011110110101001010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63404D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63404D; }

 p { color: rgb(99,64,77); }

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

<style>
 a { background-color: #63404D; }

 a { background-color: rgb(99,64,77); }

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

<style>
 span { border-color: #63404D; }

 span { border-color: rgb(99,64,77); }

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