#63444A

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

Shades of Tawny Port #63444A

Tints of Tawny Port #63444A

Color information

#63444A (or 0x63444A) is unknown color: approx Tawny Port. HEX triplet: 63, 44 and 4A. RGB value is (99,68,74). Sum of RGB (Red+Green+Blue) = 99+68+74=241 (31% of max value = 765). Red value is 99 (39.06% from 255 or 41.08% from 241); Green value is 68 (26.95% from 255 or 28.22% from 241); Blue value is 74 (29.30% from 255 or 30.71% from 241); Max value from RGB is 99 - color contains mainly: red. Hex color #63444A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63444A is #9CBBB5. Grayscale: #4D4D4D. Windows color (decimal): -10271670 or 4867171. OLE color: 4867171.

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

Color convert

RGB996874-
CMYK00.310.250.61
HSL348.39º18.56%32.75%-
HSV(B)348.39º31.31%38.82%-
XYZ8.457.287.44-
YUV77.95125.77143.01-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 41.08%
GREEN value IS 68 (26.95% from 255) = 28.22%
BLUE value IS 74 (29.30% from 255) = 30.71%
R=41.08%
G=28.22%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.25
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99687400.310.250.61348.3918.5632.75
Hex63444A01F193D15c1321
Octal14310411203731755342341
Binary1100011100010010010100111111100111110110101110010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63444A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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