#63414C

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

Shades of Tawny Port #63414C

Tints of Tawny Port #63414C

Color information

#63414C (or 0x63414C) is unknown color: approx Tawny Port. HEX triplet: 63, 41 and 4C. RGB value is (99,65,76). Sum of RGB (Red+Green+Blue) = 99+65+76=240 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.25% from 240); Green value is 65 (25.78% from 255 or 27.08% from 240); Blue value is 76 (30.08% from 255 or 31.67% from 240); Max value from RGB is 99 - color contains mainly: red. Hex color #63414C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63414C is #9CBEB3. Grayscale: #4C4C4C. Windows color (decimal): -10272436 or 4997475. OLE color: 4997475.

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

Color convert

RGB996576-
CMYK00.340.230.61
HSL340.59º20.73%32.16%-
HSV(B)340.59º34.34%38.82%-
XYZ8.346.967.74-
YUV76.42127.76144.11-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 41.25%
GREEN value IS 65 (25.78% from 255) = 27.08%
BLUE value IS 76 (30.08% from 255) = 31.67%
R=41.25%
G=27.08%
B=31.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.23
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99657600.340.230.61340.5920.7332.16
Hex63414C022173D1551520
Octal14310111404227755252540
Binary11000111000001100110001000101011111110110101010110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63414C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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