#63343F

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

Shades of Tawny Port #63343F

Tints of Tawny Port #63343F

Color information

#63343F (or 0x63343F) is unknown color: approx Tawny Port. HEX triplet: 63, 34 and 3F. RGB value is (99,52,63). Sum of RGB (Red+Green+Blue) = 99+52+63=214 (28% of max value = 765). Red value is 99 (39.06% from 255 or 46.26% from 214); Green value is 52 (20.70% from 255 or 24.30% from 214); Blue value is 63 (25% from 255 or 29.44% from 214); Max value from RGB is 99 - color contains mainly: red. Hex color #63343F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63343F is #9CCBC0. Grayscale: #434343. Windows color (decimal): -10275777 or 4142179. OLE color: 4142179.

HSL color Cylindrical-coordinate representation of color #63343F: hue angle of 345.96º degrees, saturation: 0.31, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #63343F is Cyan = 0, Magento = 0.47, Yellow = 0.36 and Black (K on CMYK) = 0.61.

Color convert

RGB995263-
CMYK00.470.360.61
HSL345.96º31.13%29.61%-
HSV(B)345.96º47.47%38.82%-
XYZ7.275.475.37-
YUV67.31125.57150.61-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 46.26%
GREEN value IS 52 (20.70% from 255) = 24.30%
BLUE value IS 63 (25% from 255) = 29.44%
R=46.26%
G=24.30%
B=29.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.36
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99526300.470.360.61345.9631.1329.61
Hex63343F02F243D15a1f1e
Octal143647705744755323736
Binary110001111010011111101011111001001111011010110101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63343F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #63343F; }

 p { color: rgb(99,52,63); }

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

<style>
 a { background-color: #63343F; }

 a { background-color: rgb(99,52,63); }

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

<style>
 span { border-color: #63343F; }

 span { border-color: rgb(99,52,63); }

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