#681146

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

Shades of Pompadour #681146

Tints of Pompadour #681146

Color information

#681146 (or 0x681146) is unknown color: approx Pompadour. HEX triplet: 68, 11 and 46. RGB value is (104,17,70). Sum of RGB (Red+Green+Blue) = 104+17+70=191 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.45% from 191); Green value is 17 (7.03% from 255 or 8.90% from 191); Blue value is 70 (27.73% from 255 or 36.65% from 191); Max value from RGB is 104 - color contains mainly: red. Hex color #681146 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681146 is #97EEB9. Grayscale: #303030. Windows color (decimal): -9957050 or 4591976. OLE color: 4591976.

HSL color Cylindrical-coordinate representation of color #681146: hue angle of 323.45º degrees, saturation: 0.72, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #681146 is Cyan = 0, Magento = 0.84, Yellow = 0.33 and Black (K on CMYK) = 0.59.

Color convert

RGB1041770-
CMYK00.840.330.59
HSL323.45º71.9%23.73%-
HSV(B)323.45º83.65%40.78%-
XYZ7.013.796.16-
YUV49.06139.82167.19-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 54.45%
GREEN value IS 17 (7.03% from 255) = 8.90%
BLUE value IS 70 (27.73% from 255) = 36.65%
R=54.45%
G=8.90%
B=36.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.33
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104177000.840.330.59323.4571.923.73
Hex681146054213B1434818
Octal150211060124417350311030
Binary110100010001100011001010100100001111011101000011100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681146

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681146; }

 p { color: rgb(104,17,70); }

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

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

 a { background-color: rgb(104,17,70); }

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

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

 span { border-color: rgb(104,17,70); }

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