#63414D

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

Shades of Tawny Port #63414D

Tints of Tawny Port #63414D

Color information

#63414D (or 0x63414D) is unknown color: approx Tawny Port. HEX triplet: 63, 41 and 4D. RGB value is (99,65,77). Sum of RGB (Red+Green+Blue) = 99+65+77=241 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.08% from 241); Green value is 65 (25.78% from 255 or 26.97% from 241); Blue value is 77 (30.47% from 255 or 31.95% from 241); Max value from RGB is 99 - color contains mainly: red. Hex color #63414D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63414D is #9CBEB2. Grayscale: #4C4C4C. Windows color (decimal): -10272435 or 5063011. OLE color: 5063011.

HSL color Cylindrical-coordinate representation of color #63414D: hue angle of 338.82º 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 #63414D is Cyan = 0, Magento = 0.34, Yellow = 0.22 and Black (K on CMYK) = 0.61.

Color convert

RGB996577-
CMYK00.340.220.61
HSL338.82º20.73%32.16%-
HSV(B)338.82º34.34%38.82%-
XYZ8.386.977.92-
YUV76.53128.26144.02-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 41.08%
GREEN value IS 65 (25.78% from 255) = 26.97%
BLUE value IS 77 (30.47% from 255) = 31.95%
R=41.08%
G=26.97%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.22
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99657700.340.220.61338.8220.7332.16
Hex63414D022163D1531520
Octal14310111504226755232540
Binary11000111000001100110101000101011011110110101001110101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63414D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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