#693E4A

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

Shades of Tawny Port #693E4A

Tints of Tawny Port #693E4A

Color information

#693E4A (or 0x693E4A) is unknown color: approx Tawny Port. HEX triplet: 69, 3E and 4A. RGB value is (105,62,74). Sum of RGB (Red+Green+Blue) = 105+62+74=241 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.57% from 241); Green value is 62 (24.61% from 255 or 25.73% from 241); Blue value is 74 (29.30% from 255 or 30.71% from 241); Max value from RGB is 105 - color contains mainly: red. Hex color #693E4A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693E4A is #96C1B5. Grayscale: #4C4C4C. Windows color (decimal): -9879990 or 4865641. OLE color: 4865641.

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

Color convert

RGB1056274-
CMYK00.410.300.59
HSL343.26º25.75%32.75%-
HSV(B)343.26º40.95%41.18%-
XYZ8.786.947.36-
YUV76.22126.75148.52-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 43.57%
GREEN value IS 62 (24.61% from 255) = 25.73%
BLUE value IS 74 (29.30% from 255) = 30.71%
R=43.57%
G=25.73%
B=30.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.30
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105627400.410.300.59343.2625.7532.75
Hex693E4A0291E3B1571a21
Octal1517611205136735273241
Binary1101001111110100101001010011111011101110101011111010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693E4A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(105,62,74); }

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

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

 a { background-color: rgb(105,62,74); }

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

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

 span { border-color: rgb(105,62,74); }

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