#63414A

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

Shades of Tawny Port #63414A

Tints of Tawny Port #63414A

Color information

#63414A (or 0x63414A) is unknown color: approx Tawny Port. HEX triplet: 63, 41 and 4A. RGB value is (99,65,74). Sum of RGB (Red+Green+Blue) = 99+65+74=238 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.60% from 238); Green value is 65 (25.78% from 255 or 27.31% from 238); Blue value is 74 (29.30% from 255 or 31.09% from 238); Max value from RGB is 99 - color contains mainly: red. Hex color #63414A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63414A is #9CBEB5. Grayscale: #4C4C4C. Windows color (decimal): -10272438 or 4866403. OLE color: 4866403.

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

Color convert

RGB996574-
CMYK00.340.250.61
HSL344.12º20.73%32.16%-
HSV(B)344.12º34.34%38.82%-
XYZ8.276.937.38-
YUV76.19126.76144.27-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 41.60%
GREEN value IS 65 (25.78% from 255) = 27.31%
BLUE value IS 74 (29.30% from 255) = 31.09%
R=41.60%
G=27.31%
B=31.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.25
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99657400.340.250.61344.1220.7332.16
Hex63414A022193D1581520
Octal14310111204231755302540
Binary11000111000001100101001000101100111110110101100010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63414A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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