#69334E

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

Shades of Tawny Port #69334E

Tints of Tawny Port #69334E

Color information

#69334E (or 0x69334E) is unknown color: approx Tawny Port. HEX triplet: 69, 33 and 4E. RGB value is (105,51,78). Sum of RGB (Red+Green+Blue) = 105+51+78=234 (30% of max value = 765). Red value is 105 (41.41% from 255 or 44.87% from 234); Green value is 51 (20.31% from 255 or 21.79% from 234); Blue value is 78 (30.86% from 255 or 33.33% from 234); Max value from RGB is 105 - color contains mainly: red. Hex color #69334E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69334E is #96CCB1. Grayscale: #464646. Windows color (decimal): -9882802 or 5124969. OLE color: 5124969.

HSL color Cylindrical-coordinate representation of color #69334E: hue angle of 330º degrees, saturation: 0.35, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #69334E is Cyan = 0, Magento = 0.51, Yellow = 0.26 and Black (K on CMYK) = 0.59.

Color convert

RGB1055178-
CMYK00.510.260.59
HSL330º34.62%30.59%-
HSV(B)330º51.43%41.18%-
XYZ8.385.927.91-
YUV70.22132.39152.8-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 44.87%
GREEN value IS 51 (20.31% from 255) = 21.79%
BLUE value IS 78 (30.86% from 255) = 33.33%
R=44.87%
G=21.79%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.26
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105517800.510.260.5933034.6230.59
Hex69334E0331A3B14a231f
Octal1516311606332735124337
Binary1101001110011100111001100111101011101110100101010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69334E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69334E; }

 p { color: rgb(105,51,78); }

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

<style>
 a { background-color: #69334E; }

 a { background-color: rgb(105,51,78); }

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

<style>
 span { border-color: #69334E; }

 span { border-color: rgb(105,51,78); }

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