#693848

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

Shades of Tawny Port #693848

Tints of Tawny Port #693848

Color information

#693848 (or 0x693848) is unknown color: approx Tawny Port. HEX triplet: 69, 38 and 48. RGB value is (105,56,72). Sum of RGB (Red+Green+Blue) = 105+56+72=233 (30% of max value = 765). Red value is 105 (41.41% from 255 or 45.06% from 233); Green value is 56 (22.27% from 255 or 24.03% from 233); Blue value is 72 (28.52% from 255 or 30.90% from 233); Max value from RGB is 105 - color contains mainly: red. Hex color #693848 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #693848 is #96C7B7. Grayscale: #484848. Windows color (decimal): -9881528 or 4733033. OLE color: 4733033.

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

Color convert

RGB1055672-
CMYK00.470.310.59
HSL340.41º30.43%31.57%-
HSV(B)340.41º46.67%41.18%-
XYZ8.416.36.9-
YUV72.47127.73151.2-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 45.06%
GREEN value IS 56 (22.27% from 255) = 24.03%
BLUE value IS 72 (28.52% from 255) = 30.90%
R=45.06%
G=24.03%
B=30.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.31
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal105567200.470.310.59340.4130.4331.57
Hex69384802F1F3B1541e20
Octal1517011005737735243640
Binary1101001111000100100001011111111111101110101010011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #693848

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #693848; }

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

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

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

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

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

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

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

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