#69344A

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

Shades of Tawny Port #69344A

Tints of Tawny Port #69344A

Color information

#69344A (or 0x69344A) is unknown color: approx Tawny Port. HEX triplet: 69, 34 and 4A. RGB value is (105,52,74). Sum of RGB (Red+Green+Blue) = 105+52+74=231 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.45% from 231); Green value is 52 (20.70% from 255 or 22.51% from 231); Blue value is 74 (29.30% from 255 or 32.03% from 231); Max value from RGB is 105 - color contains mainly: red. Hex color #69344A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #69344A is #96CBB5. Grayscale: #464646. Windows color (decimal): -9882550 or 4863081. OLE color: 4863081.

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

Color convert

RGB1055274-
CMYK00.500.300.59
HSL335.09º33.76%30.78%-
HSV(B)335.09º50.48%41.18%-
XYZ8.295.957.19-
YUV70.35130.06152.71-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 45.45%
GREEN value IS 52 (20.70% from 255) = 22.51%
BLUE value IS 74 (29.30% from 255) = 32.03%
R=45.45%
G=22.51%
B=32.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.30
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105527400.500.300.59335.0933.7630.78
Hex69344A0321E3B14f221f
Octal1516411206236735174237
Binary1101001110100100101001100101111011101110100111110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69344A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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