#63454C

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

Shades of Tawny Port #63454C

Tints of Tawny Port #63454C

Color information

#63454C (or 0x63454C) is unknown color: approx Tawny Port. HEX triplet: 63, 45 and 4C. RGB value is (99,69,76). Sum of RGB (Red+Green+Blue) = 99+69+76=244 (32% of max value = 765). Red value is 99 (39.06% from 255 or 40.57% from 244); Green value is 69 (27.34% from 255 or 28.28% from 244); Blue value is 76 (30.08% from 255 or 31.15% from 244); Max value from RGB is 99 - color contains mainly: red. Hex color #63454C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63454C is #9CBAB3. Grayscale: #4E4E4E. Windows color (decimal): -10271412 or 4998499. OLE color: 4998499.

HSL color Cylindrical-coordinate representation of color #63454C: hue angle of 346º degrees, saturation: 0.18, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #63454C is Cyan = 0, Magento = 0.30, Yellow = 0.23 and Black (K on CMYK) = 0.61.

Color convert

RGB996976-
CMYK00.300.230.61
HSL346º17.86%32.94%-
HSV(B)346º30.3%38.82%-
XYZ8.587.437.82-
YUV78.77126.44142.43-

RGB Variations

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

RGB

RED value IS 99 (39.06% from 255) = 40.57%
GREEN value IS 69 (27.34% from 255) = 28.28%
BLUE value IS 76 (30.08% from 255) = 31.15%
R=40.57%
G=28.28%
B=31.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.23
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal99697600.300.230.6134617.8632.94
Hex63454C01E173D15a1221
Octal14310511403627755322241
Binary1100011100010110011000111101011111110110101101010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #63454C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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