#69344D

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

Shades of Tawny Port #69344D

Tints of Tawny Port #69344D

Color information

#69344D (or 0x69344D) is unknown color: approx Tawny Port. HEX triplet: 69, 34 and 4D. RGB value is (105,52,77). Sum of RGB (Red+Green+Blue) = 105+52+77=234 (30% of max value = 765). Red value is 105 (41.41% from 255 or 44.87% from 234); Green value is 52 (20.70% from 255 or 22.22% from 234); Blue value is 77 (30.47% from 255 or 32.91% from 234); Max value from RGB is 105 - color contains mainly: red. Hex color #69344D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69344D is #96CBB2. Grayscale: #464646. Windows color (decimal): -9882547 or 5059689. OLE color: 5059689.

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

Color convert

RGB1055277-
CMYK00.500.270.59
HSL331.7º33.76%30.78%-
HSV(B)331.7º50.48%41.18%-
XYZ8.3967.74-
YUV70.7131.56152.47-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 44.87%
GREEN value IS 52 (20.70% from 255) = 22.22%
BLUE value IS 77 (30.47% from 255) = 32.91%
R=44.87%
G=22.22%
B=32.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.27
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105527700.500.270.59331.733.7630.78
Hex69344D0321B3B14c221f
Octal1516411506233735144237
Binary1101001110100100110101100101101111101110100110010001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69344D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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