#681246

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

Shades of Pompadour #681246

Tints of Pompadour #681246

Color information

#681246 (or 0x681246) is unknown color: approx Pompadour. HEX triplet: 68, 12 and 46. RGB value is (104,18,70). Sum of RGB (Red+Green+Blue) = 104+18+70=192 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.17% from 192); Green value is 18 (7.42% from 255 or 9.38% from 192); Blue value is 70 (27.73% from 255 or 36.46% from 192); Max value from RGB is 104 - color contains mainly: red. Hex color #681246 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681246 is #97EDB9. Grayscale: #313131. Windows color (decimal): -9956794 or 4592232. OLE color: 4592232.

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

Color convert

RGB1041870-
CMYK00.830.330.59
HSL323.72º70.49%23.92%-
HSV(B)323.72º82.69%40.78%-
XYZ7.033.826.16-
YUV49.64139.49166.77-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 54.17%
GREEN value IS 18 (7.42% from 255) = 9.38%
BLUE value IS 70 (27.73% from 255) = 36.46%
R=54.17%
G=9.38%
B=36.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.33
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104187000.830.330.59323.7270.4923.92
Hex681246053213B1444618
Octal150221060123417350410630
Binary110100010010100011001010011100001111011101000100100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681246; }

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

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

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

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

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

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

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

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