#693A48

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

Shades of Tawny Port #693A48

Tints of Tawny Port #693A48

Color information

#693A48 (or 0x693A48) is unknown color: approx Tawny Port. HEX triplet: 69, 3A and 48. RGB value is (105,58,72). Sum of RGB (Red+Green+Blue) = 105+58+72=235 (31% of max value = 765). Red value is 105 (41.41% from 255 or 44.68% from 235); Green value is 58 (23.05% from 255 or 24.68% from 235); Blue value is 72 (28.52% from 255 or 30.64% from 235); Max value from RGB is 105 - color contains mainly: red. Hex color #693A48 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693A48 is #96C5B7. Grayscale: #494949. Windows color (decimal): -9881016 or 4733545. OLE color: 4733545.

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

Color convert

RGB1055872-
CMYK00.450.310.59
HSL342.13º28.83%31.96%-
HSV(B)342.13º44.76%41.18%-
XYZ8.516.56.94-
YUV73.65127.07150.36-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 44.68%
GREEN value IS 58 (23.05% from 255) = 24.68%
BLUE value IS 72 (28.52% from 255) = 30.64%
R=44.68%
G=24.68%
B=30.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.31
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105587200.450.310.59342.1328.8331.96
Hex693A4802D1F3B1561d20
Octal1517211005537735263540
Binary1101001111010100100001011011111111101110101011011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693A48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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