#683445

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

Shades of Tawny Port #683445

Tints of Tawny Port #683445

Color information

#683445 (or 0x683445) is unknown color: approx Tawny Port. HEX triplet: 68, 34 and 45. RGB value is (104,52,69). Sum of RGB (Red+Green+Blue) = 104+52+69=225 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.22% from 225); Green value is 52 (20.70% from 255 or 23.11% from 225); Blue value is 69 (27.34% from 255 or 30.67% from 225); Max value from RGB is 104 - color contains mainly: red. Hex color #683445 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #683445 is #97CBBA. Grayscale: #454545. Windows color (decimal): -9948091 or 4535400. OLE color: 4535400.

HSL color Cylindrical-coordinate representation of color #683445: hue angle of 340.38º degrees, saturation: 0.33, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #683445 is Cyan = 0, Magento = 0.50, Yellow = 0.34 and Black (K on CMYK) = 0.59.

Color convert

RGB1045269-
CMYK00.500.340.59
HSL340.38º33.33%30.59%-
HSV(B)340.38º50%40.78%-
XYZ8.015.836.33-
YUV69.49127.73152.62-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 46.22%
GREEN value IS 52 (20.70% from 255) = 23.11%
BLUE value IS 69 (27.34% from 255) = 30.67%
R=46.22%
G=23.11%
B=30.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.34
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104526900.500.340.59340.3833.3330.59
Hex683445032223B154211f
Octal1506410506242735244137
Binary11010001101001000101011001010001011101110101010010000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #683445

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #683445; }

 p { color: rgb(104,52,69); }

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

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

 a { background-color: rgb(104,52,69); }

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

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

 span { border-color: rgb(104,52,69); }

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