#69314C

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

Shades of Tawny Port #69314C

Tints of Tawny Port #69314C

Color information

#69314C (or 0x69314C) is unknown color: approx Tawny Port. HEX triplet: 69, 31 and 4C. RGB value is (105,49,76). Sum of RGB (Red+Green+Blue) = 105+49+76=230 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.65% from 230); Green value is 49 (19.53% from 255 or 21.30% from 230); Blue value is 76 (30.08% from 255 or 33.04% from 230); Max value from RGB is 105 - color contains mainly: red. Hex color #69314C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69314C is #96CEB3. Grayscale: #444444. Windows color (decimal): -9883316 or 4993385. OLE color: 4993385.

HSL color Cylindrical-coordinate representation of color #69314C: hue angle of 331.07º 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 #69314C is Cyan = 0, Magento = 0.53, Yellow = 0.28 and Black (K on CMYK) = 0.59.

Color convert

RGB1054976-
CMYK00.530.280.59
HSL331.07º36.36%30.2%-
HSV(B)331.07º53.33%41.18%-
XYZ8.235.727.51-
YUV68.82132.05153.8-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 45.65%
GREEN value IS 49 (19.53% from 255) = 21.30%
BLUE value IS 76 (30.08% from 255) = 33.04%
R=45.65%
G=21.30%
B=33.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.28
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105497600.530.280.59331.0736.3630.2
Hex69314C0351C3B14b241e
Octal1516111406534735134436
Binary1101001110001100110001101011110011101110100101110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69314C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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