#681641

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

Shades of Pompadour #681641

Tints of Pompadour #681641

Color information

#681641 (or 0x681641) is unknown color: approx Pompadour. HEX triplet: 68, 16 and 41. RGB value is (104,22,65). Sum of RGB (Red+Green+Blue) = 104+22+65=191 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.45% from 191); Green value is 22 (8.98% from 255 or 11.52% from 191); Blue value is 65 (25.78% from 255 or 34.03% from 191); Max value from RGB is 104 - color contains mainly: red. Hex color #681641 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681641 is #97E9BE. Grayscale: #333333. Windows color (decimal): -9955775 or 4265576. OLE color: 4265576.

HSL color Cylindrical-coordinate representation of color #681641: hue angle of 328.54º 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 #681641 is Cyan = 0, Magento = 0.79, Yellow = 0.38 and Black (K on CMYK) = 0.59.

Color convert

RGB1042265-
CMYK00.790.380.59
HSL328.54º65.08%24.71%-
HSV(B)328.54º78.85%40.78%-
XYZ6.953.95.39-
YUV51.42135.67165.5-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 54.45%
GREEN value IS 22 (8.98% from 255) = 11.52%
BLUE value IS 65 (25.78% from 255) = 34.03%
R=54.45%
G=11.52%
B=34.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.38
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104226500.790.380.59328.5465.0824.71
Hex68164104F263B1494119
Octal150261010117467351110131
Binary110100010110100000101001111100110111011101001001100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681641; }

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

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

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

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

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

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

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

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