#69314D

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

Shades of Tawny Port #69314D

Tints of Tawny Port #69314D

Color information

#69314D (or 0x69314D) is unknown color: approx Tawny Port. HEX triplet: 69, 31 and 4D. RGB value is (105,49,77). Sum of RGB (Red+Green+Blue) = 105+49+77=231 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.45% from 231); Green value is 49 (19.53% from 255 or 21.21% from 231); Blue value is 77 (30.47% from 255 or 33.33% from 231); Max value from RGB is 105 - color contains mainly: red. Hex color #69314D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69314D is #96CEB2. Grayscale: #444444. Windows color (decimal): -9883315 or 5058921. OLE color: 5058921.

HSL color Cylindrical-coordinate representation of color #69314D: hue angle of 330º degrees, saturation: 0.36, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #69314D is Cyan = 0, Magento = 0.53, Yellow = 0.27 and Black (K on CMYK) = 0.59.

Color convert

RGB1054977-
CMYK00.530.270.59
HSL330º36.36%30.2%-
HSV(B)330º53.33%41.18%-
XYZ8.265.747.69-
YUV68.94132.55153.72-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 45.45%
GREEN value IS 49 (19.53% from 255) = 21.21%
BLUE value IS 77 (30.47% from 255) = 33.33%
R=45.45%
G=21.21%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.27
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105497700.530.270.5933036.3630.2
Hex69314D0351B3B14a241e
Octal1516111506533735124436
Binary1101001110001100110101101011101111101110100101010010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69314D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,49,77); }

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

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

 a { background-color: rgb(105,49,77); }

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

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

 span { border-color: rgb(105,49,77); }

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