#63394C

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

Shades of Tawny Port #63394C

Tints of Tawny Port #63394C

Color information

#63394C (or 0x63394C) is unknown color: approx Tawny Port. HEX triplet: 63, 39 and 4C. RGB value is (99,57,76). Sum of RGB (Red+Green+Blue) = 99+57+76=232 (30% of max value = 765). Red value is 99 (39.06% from 255 or 42.67% from 232); Green value is 57 (22.66% from 255 or 24.57% from 232); Blue value is 76 (30.08% from 255 or 32.76% from 232); Max value from RGB is 99 - color contains mainly: red. Hex color #63394C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63394C is #9CC6B3. Grayscale: #474747. Windows color (decimal): -10274484 or 4995427. OLE color: 4995427.

HSL color Cylindrical-coordinate representation of color #63394C: hue angle of 332.86º degrees, saturation: 0.27, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #63394C is Cyan = 0, Magento = 0.42, Yellow = 0.23 and Black (K on CMYK) = 0.61.

Color convert

RGB995776-
CMYK00.420.230.61
HSL332.86º26.92%30.59%-
HSV(B)332.86º42.42%38.82%-
XYZ7.916.17.6-
YUV71.72130.41147.46-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 42.67%
GREEN value IS 57 (22.66% from 255) = 24.57%
BLUE value IS 76 (30.08% from 255) = 32.76%
R=42.67%
G=24.57%
B=32.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.23
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99577600.420.230.61332.8626.9230.59
Hex63394C02A173D14d1b1f
Octal1437111405227755153337
Binary110001111100110011000101010101111111011010011011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63394C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63394C; }

 p { color: rgb(99,57,76); }

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

<style>
 a { background-color: #63394C; }

 a { background-color: rgb(99,57,76); }

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

<style>
 span { border-color: #63394C; }

 span { border-color: rgb(99,57,76); }

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