#69324D

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

Shades of Tawny Port #69324D

Tints of Tawny Port #69324D

Color information

#69324D (or 0x69324D) is unknown color: approx Tawny Port. HEX triplet: 69, 32 and 4D. RGB value is (105,50,77). Sum of RGB (Red+Green+Blue) = 105+50+77=232 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.26% from 232); Green value is 50 (19.92% from 255 or 21.55% from 232); Blue value is 77 (30.47% from 255 or 33.19% from 232); Max value from RGB is 105 - color contains mainly: red. Hex color #69324D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #69324D is #96CDB2. Grayscale: #454545. Windows color (decimal): -9883059 or 5059177. OLE color: 5059177.

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

Color convert

RGB1055077-
CMYK00.520.270.59
HSL330.55º35.48%30.39%-
HSV(B)330.55º52.38%41.18%-
XYZ8.315.827.71-
YUV69.52132.22153.3-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 45.26%
GREEN value IS 50 (19.92% from 255) = 21.55%
BLUE value IS 77 (30.47% from 255) = 33.19%
R=45.26%
G=21.55%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.27
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105507700.520.270.59330.5535.4830.39
Hex69324D0341B3B14b231e
Octal1516211506433735134336
Binary1101001110010100110101101001101111101110100101110001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #69324D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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