#682E45

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

Shades of Tawny Port #682E45

Tints of Tawny Port #682E45

Color information

#682E45 (or 0x682E45) is unknown color: approx Tawny Port. HEX triplet: 68, 2E and 45. RGB value is (104,46,69). Sum of RGB (Red+Green+Blue) = 104+46+69=219 (29% of max value = 765). Red value is 104 (41.02% from 255 or 47.49% from 219); Green value is 46 (18.36% from 255 or 21.00% from 219); Blue value is 69 (27.34% from 255 or 31.51% from 219); Max value from RGB is 104 - color contains mainly: red. Hex color #682E45 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682E45 is #97D1BA. Grayscale: #414141. Windows color (decimal): -9949627 or 4533864. OLE color: 4533864.

HSL color Cylindrical-coordinate representation of color #682E45: hue angle of 336.21º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #682E45 is Cyan = 0, Magento = 0.56, Yellow = 0.34 and Black (K on CMYK) = 0.59.

Color convert

RGB1044669-
CMYK00.560.340.59
HSL336.21º38.67%29.41%-
HSV(B)336.21º55.77%40.78%-
XYZ7.765.336.25-
YUV65.96129.72155.13-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 47.49%
GREEN value IS 46 (18.36% from 255) = 21.00%
BLUE value IS 69 (27.34% from 255) = 31.51%
R=47.49%
G=21.00%
B=31.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.34
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104466900.560.340.59336.2138.6729.41
Hex682E45038223B150271d
Octal1505610507042735204735
Binary11010001011101000101011100010001011101110101000010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682E45

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682E45; }

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

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

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

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

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

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

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

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