#63354A

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

Shades of Tawny Port #63354A

Tints of Tawny Port #63354A

Color information

#63354A (or 0x63354A) is unknown color: approx Tawny Port. HEX triplet: 63, 35 and 4A. RGB value is (99,53,74). Sum of RGB (Red+Green+Blue) = 99+53+74=226 (29% of max value = 765). Red value is 99 (39.06% from 255 or 43.81% from 226); Green value is 53 (21.09% from 255 or 23.45% from 226); Blue value is 74 (29.30% from 255 or 32.74% from 226); Max value from RGB is 99 - color contains mainly: red. Hex color #63354A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63354A is #9CCAB5. Grayscale: #454545. Windows color (decimal): -10275510 or 4863331. OLE color: 4863331.

HSL color Cylindrical-coordinate representation of color #63354A: hue angle of 332.61º degrees, saturation: 0.3, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #63354A is Cyan = 0, Magento = 0.46, Yellow = 0.25 and Black (K on CMYK) = 0.61.

Color convert

RGB995374-
CMYK00.460.250.61
HSL332.61º30.26%29.8%-
HSV(B)332.61º46.46%38.82%-
XYZ7.655.697.17-
YUV69.15130.74149.29-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 43.81%
GREEN value IS 53 (21.09% from 255) = 23.45%
BLUE value IS 74 (29.30% from 255) = 32.74%
R=43.81%
G=23.45%
B=32.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.25
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99537400.460.250.61332.6130.2629.8
Hex63354A02E193D14d1e1e
Octal1436511205631755153636
Binary110001111010110010100101110110011111011010011011111011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63354A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63354A; }

 p { color: rgb(99,53,74); }

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

<style>
 a { background-color: #63354A; }

 a { background-color: rgb(99,53,74); }

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

<style>
 span { border-color: #63354A; }

 span { border-color: rgb(99,53,74); }

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