#63424D

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

Shades of Tawny Port #63424D

Tints of Tawny Port #63424D

Color information

#63424D (or 0x63424D) is unknown color: approx Tawny Port. HEX triplet: 63, 42 and 4D. RGB value is (99,66,77). Sum of RGB (Red+Green+Blue) = 99+66+77=242 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.91% from 242); Green value is 66 (26.17% from 255 or 27.27% from 242); Blue value is 77 (30.47% from 255 or 31.82% from 242); Max value from RGB is 99 - color contains mainly: red. Hex color #63424D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #63424D is #9CBDB2. Grayscale: #4D4D4D. Windows color (decimal): -10272179 or 5063267. OLE color: 5063267.

HSL color Cylindrical-coordinate representation of color #63424D: hue angle of 340º degrees, saturation: 0.2, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #63424D is Cyan = 0, Magento = 0.33, Yellow = 0.22 and Black (K on CMYK) = 0.61.

Color convert

RGB996677-
CMYK00.330.220.61
HSL340º20%32.35%-
HSV(B)340º33.33%38.82%-
XYZ8.437.087.94-
YUV77.12127.93143.61-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 40.91%
GREEN value IS 66 (26.17% from 255) = 27.27%
BLUE value IS 77 (30.47% from 255) = 31.82%
R=40.91%
G=27.27%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.22
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99667700.330.220.613402032.35
Hex63424D021163D1541420
Octal14310211504126755242440
Binary11000111000010100110101000011011011110110101010010100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63424D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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