#693244

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

Shades of Tawny Port #693244

Tints of Tawny Port #693244

Color information

#693244 (or 0x693244) is unknown color: approx Tawny Port. HEX triplet: 69, 32 and 44. RGB value is (105,50,68). Sum of RGB (Red+Green+Blue) = 105+50+68=223 (29% of max value = 765). Red value is 105 (41.41% from 255 or 47.09% from 223); Green value is 50 (19.92% from 255 or 22.42% from 223); Blue value is 68 (26.95% from 255 or 30.49% from 223); Max value from RGB is 105 - color contains mainly: red. Hex color #693244 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693244 is #96CDBB. Grayscale: #444444. Windows color (decimal): -9883068 or 4469353. OLE color: 4469353.

HSL color Cylindrical-coordinate representation of color #693244: hue angle of 340.36º 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 #693244 is Cyan = 0, Magento = 0.52, Yellow = 0.35 and Black (K on CMYK) = 0.59.

Color convert

RGB1055068-
CMYK00.520.350.59
HSL340.36º35.48%30.39%-
HSV(B)340.36º52.38%41.18%-
XYZ8.015.76.15-
YUV68.5127.72154.04-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 47.09%
GREEN value IS 50 (19.92% from 255) = 22.42%
BLUE value IS 68 (26.95% from 255) = 30.49%
R=47.09%
G=22.42%
B=30.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.35
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105506800.520.350.59340.3635.4830.39
Hex693244034233B154231e
Octal1516210406443735244336
Binary11010011100101000100011010010001111101110101010010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693244

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693244; }

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

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

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

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

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

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

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

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