#69404B

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

Shades of Tawny Port #69404B

Tints of Tawny Port #69404B

Color information

#69404B (or 0x69404B) is unknown color: approx Tawny Port. HEX triplet: 69, 40 and 4B. RGB value is (105,64,75). Sum of RGB (Red+Green+Blue) = 105+64+75=244 (32% of max value = 765). Red value is 105 (41.41% from 255 or 43.03% from 244); Green value is 64 (25.39% from 255 or 26.23% from 244); Blue value is 75 (29.69% from 255 or 30.74% from 244); Max value from RGB is 105 - color contains mainly: red. Hex color #69404B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69404B is #96BFB4. Grayscale: #4D4D4D. Windows color (decimal): -9879477 or 4931689. OLE color: 4931689.

HSL color Cylindrical-coordinate representation of color #69404B: hue angle of 343.9º 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 #69404B is Cyan = 0, Magento = 0.39, Yellow = 0.29 and Black (K on CMYK) = 0.59.

Color convert

RGB1056475-
CMYK00.390.290.59
HSL343.9º24.26%33.14%-
HSV(B)343.9º39.05%41.18%-
XYZ8.937.187.57-
YUV77.51126.58147.61-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 43.03%
GREEN value IS 64 (25.39% from 255) = 26.23%
BLUE value IS 75 (29.69% from 255) = 30.74%
R=43.03%
G=26.23%
B=30.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.29
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105647500.390.290.59343.924.2633.14
Hex69404B0271D3B1581821
Octal15110011304735735303041
Binary11010011000000100101101001111110111101110101100011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69404B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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