#69404E

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

Shades of Tawny Port #69404E

Tints of Tawny Port #69404E

Color information

#69404E (or 0x69404E) is unknown color: approx Tawny Port. HEX triplet: 69, 40 and 4E. RGB value is (105,64,78). Sum of RGB (Red+Green+Blue) = 105+64+78=247 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.51% from 247); Green value is 64 (25.39% from 255 or 25.91% from 247); Blue value is 78 (30.86% from 255 or 31.58% from 247); Max value from RGB is 105 - color contains mainly: red. Hex color #69404E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69404E is #96BFB1. Grayscale: #4D4D4D. Windows color (decimal): -9879474 or 5128297. OLE color: 5128297.

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

Color convert

RGB1056478-
CMYK00.390.260.59
HSL339.51º24.26%33.14%-
HSV(B)339.51º39.05%41.18%-
XYZ9.037.228.13-
YUV77.85128.08147.36-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42.51%
GREEN value IS 64 (25.39% from 255) = 25.91%
BLUE value IS 78 (30.86% from 255) = 31.58%
R=42.51%
G=25.91%
B=31.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.26
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105647800.390.260.59339.5124.2633.14
Hex69404E0271A3B1541821
Octal15110011604732735243041
Binary11010011000000100111001001111101011101110101010011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69404E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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