#693B4D

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

Shades of Tawny Port #693B4D

Tints of Tawny Port #693B4D

Color information

#693B4D (or 0x693B4D) is unknown color: approx Tawny Port. HEX triplet: 69, 3B and 4D. RGB value is (105,59,77). Sum of RGB (Red+Green+Blue) = 105+59+77=241 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.57% from 241); Green value is 59 (23.44% from 255 or 24.48% from 241); Blue value is 77 (30.47% from 255 or 31.95% from 241); Max value from RGB is 105 - color contains mainly: red. Hex color #693B4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #693B4D is #96C4B2. Grayscale: #4A4A4A. Windows color (decimal): -9880755 or 5061481. OLE color: 5061481.

HSL color Cylindrical-coordinate representation of color #693B4D: hue angle of 336.52º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #693B4D is Cyan = 0, Magento = 0.44, Yellow = 0.27 and Black (K on CMYK) = 0.59.

Color convert

RGB1055977-
CMYK00.440.270.59
HSL336.52º28.05%32.16%-
HSV(B)336.52º43.81%41.18%-
XYZ8.736.677.85-
YUV74.81129.24149.54-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 43.57%
GREEN value IS 59 (23.44% from 255) = 24.48%
BLUE value IS 77 (30.47% from 255) = 31.95%
R=43.57%
G=24.48%
B=31.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.27
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105597700.440.270.59336.5228.0532.16
Hex693B4D02C1B3B1511c20
Octal1517311505433735213440
Binary1101001111011100110101011001101111101110101000111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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