#693E48

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

Shades of Tawny Port #693E48

Tints of Tawny Port #693E48

Color information

#693E48 (or 0x693E48) is unknown color: approx Tawny Port. HEX triplet: 69, 3E and 48. RGB value is (105,62,72). Sum of RGB (Red+Green+Blue) = 105+62+72=239 (31% of max value = 765). Red value is 105 (41.41% from 255 or 43.93% from 239); Green value is 62 (24.61% from 255 or 25.94% from 239); Blue value is 72 (28.52% from 255 or 30.13% from 239); Max value from RGB is 105 - color contains mainly: red. Hex color #693E48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693E48 is #96C1B7. Grayscale: #4C4C4C. Windows color (decimal): -9879992 or 4734569. OLE color: 4734569.

HSL color Cylindrical-coordinate representation of color #693E48: hue angle of 346.05º 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 #693E48 is Cyan = 0, Magento = 0.41, Yellow = 0.31 and Black (K on CMYK) = 0.59.

Color convert

RGB1056272-
CMYK00.410.310.59
HSL346.05º25.75%32.75%-
HSV(B)346.05º40.95%41.18%-
XYZ8.726.927.01-
YUV76125.75148.69-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 43.93%
GREEN value IS 62 (24.61% from 255) = 25.94%
BLUE value IS 72 (28.52% from 255) = 30.13%
R=43.93%
G=25.94%
B=30.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.31
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105627200.410.310.59346.0525.7532.75
Hex693E480291F3B15a1a21
Octal1517611005137735323241
Binary1101001111110100100001010011111111101110101101011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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