#63383F

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

Shades of Tawny Port #63383F

Tints of Tawny Port #63383F

Color information

#63383F (or 0x63383F) is unknown color: approx Tawny Port. HEX triplet: 63, 38 and 3F. RGB value is (99,56,63). Sum of RGB (Red+Green+Blue) = 99+56+63=218 (28% of max value = 765). Red value is 99 (39.06% from 255 or 45.41% from 218); Green value is 56 (22.27% from 255 or 25.69% from 218); Blue value is 63 (25% from 255 or 28.90% from 218); Max value from RGB is 99 - color contains mainly: red. Hex color #63383F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63383F is #9CC7C0. Grayscale: #454545. Windows color (decimal): -10274753 or 4143203. OLE color: 4143203.

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

Color convert

RGB995663-
CMYK00.430.360.61
HSL350.23º27.74%30.39%-
HSV(B)350.23º43.43%38.82%-
XYZ7.465.845.44-
YUV69.66124.25148.93-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 45.41%
GREEN value IS 56 (22.27% from 255) = 25.69%
BLUE value IS 63 (25% from 255) = 28.90%
R=45.41%
G=25.69%
B=28.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.36
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99566300.430.360.61350.2327.7430.39
Hex63383F02B243D15e1c1e
Octal143707705344755363436
Binary110001111100011111101010111001001111011010111101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63383F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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