#63404C

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

Shades of Tawny Port #63404C

Tints of Tawny Port #63404C

Color information

#63404C (or 0x63404C) is unknown color: approx Tawny Port. HEX triplet: 63, 40 and 4C. RGB value is (99,64,76). Sum of RGB (Red+Green+Blue) = 99+64+76=239 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.42% from 239); Green value is 64 (25.39% from 255 or 26.78% from 239); Blue value is 76 (30.08% from 255 or 31.80% from 239); Max value from RGB is 99 - color contains mainly: red. Hex color #63404C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63404C is #9CBFB3. Grayscale: #4B4B4B. Windows color (decimal): -10272692 or 4997219. OLE color: 4997219.

HSL color Cylindrical-coordinate representation of color #63404C: hue angle of 339.43º 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 #63404C is Cyan = 0, Magento = 0.35, Yellow = 0.23 and Black (K on CMYK) = 0.61.

Color convert

RGB996476-
CMYK00.350.230.61
HSL339.43º21.47%31.96%-
HSV(B)339.43º35.35%38.82%-
XYZ8.286.847.72-
YUV75.83128.1144.52-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 41.42%
GREEN value IS 64 (25.39% from 255) = 26.78%
BLUE value IS 76 (30.08% from 255) = 31.80%
R=41.42%
G=26.78%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.23
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99647600.350.230.61339.4321.4731.96
Hex63404C023173D1531520
Octal14310011404327755232540
Binary11000111000000100110001000111011111110110101001110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63404C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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