#69344C

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

Shades of Tawny Port #69344C

Tints of Tawny Port #69344C

Color information

#69344C (or 0x69344C) is unknown color: approx Tawny Port. HEX triplet: 69, 34 and 4C. RGB value is (105,52,76). Sum of RGB (Red+Green+Blue) = 105+52+76=233 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.06% from 233); Green value is 52 (20.70% from 255 or 22.32% from 233); Blue value is 76 (30.08% from 255 or 32.62% from 233); Max value from RGB is 105 - color contains mainly: red. Hex color #69344C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69344C is #96CBB3. Grayscale: #464646. Windows color (decimal): -9882548 or 4994153. OLE color: 4994153.

HSL color Cylindrical-coordinate representation of color #69344C: hue angle of 332.83º degrees, saturation: 0.34, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #69344C is Cyan = 0, Magento = 0.50, Yellow = 0.28 and Black (K on CMYK) = 0.59.

Color convert

RGB1055276-
CMYK00.500.280.59
HSL332.83º33.76%30.78%-
HSV(B)332.83º50.48%41.18%-
XYZ8.365.987.55-
YUV70.58131.06152.55-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 45.06%
GREEN value IS 52 (20.70% from 255) = 22.32%
BLUE value IS 76 (30.08% from 255) = 32.62%
R=45.06%
G=22.32%
B=32.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105527600.500.280.59332.8333.7630.78
Hex69344C0321C3B14d221f
Octal1516411406234735154237
Binary1101001110100100110001100101110011101110100110110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69344C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,52,76); }

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

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

 a { background-color: rgb(105,52,76); }

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

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

 span { border-color: rgb(105,52,76); }

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