#693F4E

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

Shades of Tawny Port #693F4E

Tints of Tawny Port #693F4E

Color information

#693F4E (or 0x693F4E) is unknown color: approx Tawny Port. HEX triplet: 69, 3F and 4E. RGB value is (105,63,78). Sum of RGB (Red+Green+Blue) = 105+63+78=246 (32% of max value = 765). Red value is 105 (41.41% from 255 or 42.68% from 246); Green value is 63 (25% from 255 or 25.61% from 246); Blue value is 78 (30.86% from 255 or 31.71% from 246); Max value from RGB is 105 - color contains mainly: red. Hex color #693F4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693F4E is #96C0B1. Grayscale: #4D4D4D. Windows color (decimal): -9879730 or 5128041. OLE color: 5128041.

HSL color Cylindrical-coordinate representation of color #693F4E: hue angle of 338.57º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #693F4E is Cyan = 0, Magento = 0.4, Yellow = 0.26 and Black (K on CMYK) = 0.59.

Color convert

RGB1056378-
CMYK00.40.260.59
HSL338.57º25%32.94%-
HSV(B)338.57º40%41.18%-
XYZ8.987.118.11-
YUV77.27128.41147.78-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 42.68%
GREEN value IS 63 (25% from 255) = 25.61%
BLUE value IS 78 (30.86% from 255) = 31.71%
R=42.68%
G=25.61%
B=31.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.26
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105637800.40.260.59338.572532.94
Hex693F4E0281A3B1531921
Octal1517711605032735233141
Binary1101001111111100111001010001101011101110101001111001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693F4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693F4E; }

 p { color: rgb(105,63,78); }

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

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

 a { background-color: rgb(105,63,78); }

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

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

 span { border-color: rgb(105,63,78); }

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