#69334A

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

Shades of Tawny Port #69334A

Tints of Tawny Port #69334A

Color information

#69334A (or 0x69334A) is unknown color: approx Tawny Port. HEX triplet: 69, 33 and 4A. RGB value is (105,51,74). Sum of RGB (Red+Green+Blue) = 105+51+74=230 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.65% from 230); Green value is 51 (20.31% from 255 or 22.17% from 230); Blue value is 74 (29.30% from 255 or 32.17% from 230); Max value from RGB is 105 - color contains mainly: red. Hex color #69334A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69334A is #96CCB5. Grayscale: #454545. Windows color (decimal): -9882806 or 4862825. OLE color: 4862825.

HSL color Cylindrical-coordinate representation of color #69334A: hue angle of 334.44º 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 #69334A is Cyan = 0, Magento = 0.51, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB1055174-
CMYK00.510.300.59
HSL334.44º34.62%30.59%-
HSV(B)334.44º51.43%41.18%-
XYZ8.255.877.18-
YUV69.77130.39153.13-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 45.65%
GREEN value IS 51 (20.31% from 255) = 22.17%
BLUE value IS 74 (29.30% from 255) = 32.17%
R=45.65%
G=22.17%
B=32.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.30
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105517400.510.300.59334.4434.6230.59
Hex69334A0331E3B14e231f
Octal1516311206336735164337
Binary1101001110011100101001100111111011101110100111010001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69334A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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