#693144

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

Shades of Tawny Port #693144

Tints of Tawny Port #693144

Color information

#693144 (or 0x693144) is unknown color: approx Tawny Port. HEX triplet: 69, 31 and 44. RGB value is (105,49,68). Sum of RGB (Red+Green+Blue) = 105+49+68=222 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.30% from 222); Green value is 49 (19.53% from 255 or 22.07% from 222); Blue value is 68 (26.95% from 255 or 30.63% from 222); Max value from RGB is 105 - color contains mainly: red. Hex color #693144 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693144 is #96CEBB. Grayscale: #434343. Windows color (decimal): -9883324 or 4469097. OLE color: 4469097.

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

Color convert

RGB1054968-
CMYK00.530.350.59
HSL339.64º36.36%30.2%-
HSV(B)339.64º53.33%41.18%-
XYZ7.975.626.13-
YUV67.91128.05154.46-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 47.30%
GREEN value IS 49 (19.53% from 255) = 22.07%
BLUE value IS 68 (26.95% from 255) = 30.63%
R=47.30%
G=22.07%
B=30.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.35
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105496800.530.350.59339.6436.3630.2
Hex693144035233B154241e
Octal1516110406543735244436
Binary11010011100011000100011010110001111101110101010010010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693144; }

 p { color: rgb(105,49,68); }

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

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

 a { background-color: rgb(105,49,68); }

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

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

 span { border-color: rgb(105,49,68); }

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