#69424D

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

Shades of Tawny Port #69424D

Tints of Tawny Port #69424D

Color information

#69424D (or 0x69424D) is unknown color: approx Tawny Port. HEX triplet: 69, 42 and 4D. RGB value is (105,66,77). Sum of RGB (Red+Green+Blue) = 105+66+77=248 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.34% from 248); Green value is 66 (26.17% from 255 or 26.61% from 248); Blue value is 77 (30.47% from 255 or 31.05% from 248); Max value from RGB is 105 - color contains mainly: red. Hex color #69424D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69424D is #96BDB2. Grayscale: #4E4E4E. Windows color (decimal): -9878963 or 5063273. OLE color: 5063273.

HSL color Cylindrical-coordinate representation of color #69424D: hue angle of 343.08º degrees, saturation: 0.23, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #69424D is Cyan = 0, Magento = 0.37, Yellow = 0.27 and Black (K on CMYK) = 0.59.

Color convert

RGB1056677-
CMYK00.370.270.59
HSL343.08º22.81%33.53%-
HSV(B)343.08º37.14%41.18%-
XYZ9.117.447.98-
YUV78.92126.92146.61-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42.34%
GREEN value IS 66 (26.17% from 255) = 26.61%
BLUE value IS 77 (30.47% from 255) = 31.05%
R=42.34%
G=26.61%
B=31.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.27
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105667700.370.270.59343.0822.8133.53
Hex69424D0251B3B1571722
Octal15110211504533735272742
Binary11010011000010100110101001011101111101110101011110111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69424D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #69424D; }

 p { color: rgb(105,66,77); }

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

<style>
 a { background-color: #69424D; }

 a { background-color: rgb(105,66,77); }

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

<style>
 span { border-color: #69424D; }

 span { border-color: rgb(105,66,77); }

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