#681740

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

Shades of Pompadour #681740

Tints of Pompadour #681740

Color information

#681740 (or 0x681740) is unknown color: approx Pompadour. HEX triplet: 68, 17 and 40. RGB value is (104,23,64). Sum of RGB (Red+Green+Blue) = 104+23+64=191 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.45% from 191); Green value is 23 (9.38% from 255 or 12.04% from 191); Blue value is 64 (25.39% from 255 or 33.51% from 191); Max value from RGB is 104 - color contains mainly: red. Hex color #681740 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681740 is #97E8BF. Grayscale: #333333. Windows color (decimal): -9955520 or 4200296. OLE color: 4200296.

HSL color Cylindrical-coordinate representation of color #681740: hue angle of 329.63º degrees, saturation: 0.64, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #681740 is Cyan = 0, Magento = 0.78, Yellow = 0.38 and Black (K on CMYK) = 0.59.

Color convert

RGB1042364-
CMYK00.780.380.59
HSL329.63º63.78%24.9%-
HSV(B)329.63º77.88%40.78%-
XYZ6.943.935.24-
YUV51.89134.84165.17-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 54.45%
GREEN value IS 23 (9.38% from 255) = 12.04%
BLUE value IS 64 (25.39% from 255) = 33.51%
R=54.45%
G=12.04%
B=33.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.38
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104236400.780.380.59329.6363.7824.9
Hex68174004E263B14a4019
Octal150271000116467351210031
Binary110100010111100000001001110100110111011101001010100000011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681740; }

 p { color: rgb(104,23,64); }

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

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

 a { background-color: rgb(104,23,64); }

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

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

 span { border-color: rgb(104,23,64); }

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