#681647

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

Shades of Pompadour #681647

Tints of Pompadour #681647

Color information

#681647 (or 0x681647) is unknown color: approx Pompadour. HEX triplet: 68, 16 and 47. RGB value is (104,22,71). Sum of RGB (Red+Green+Blue) = 104+22+71=197 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.79% from 197); Green value is 22 (8.98% from 255 or 11.17% from 197); Blue value is 71 (28.12% from 255 or 36.04% from 197); Max value from RGB is 104 - color contains mainly: red. Hex color #681647 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681647 is #97E9B8. Grayscale: #333333. Windows color (decimal): -9955769 or 4658792. OLE color: 4658792.

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

Color convert

RGB1042271-
CMYK00.790.320.59
HSL324.15º65.08%24.71%-
HSV(B)324.15º78.85%40.78%-
XYZ7.133.976.35-
YUV52.1138.67165.02-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 52.79%
GREEN value IS 22 (8.98% from 255) = 11.17%
BLUE value IS 71 (28.12% from 255) = 36.04%
R=52.79%
G=11.17%
B=36.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.32
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104227100.790.320.59324.1565.0824.71
Hex68164704F203B1444119
Octal150261070117407350410131
Binary110100010110100011101001111100000111011101000100100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681647

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681647; }

 p { color: rgb(104,22,71); }

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

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

 a { background-color: rgb(104,22,71); }

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

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

 span { border-color: rgb(104,22,71); }

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