#681640

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

Shades of Pompadour #681640

Tints of Pompadour #681640

Color information

#681640 (or 0x681640) is unknown color: approx Pompadour. HEX triplet: 68, 16 and 40. RGB value is (104,22,64). Sum of RGB (Red+Green+Blue) = 104+22+64=190 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.74% from 190); Green value is 22 (8.98% from 255 or 11.58% from 190); Blue value is 64 (25.39% from 255 or 33.68% from 190); Max value from RGB is 104 - color contains mainly: red. Hex color #681640 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681640 is #97E9BF. Grayscale: #333333. Windows color (decimal): -9955776 or 4200040. OLE color: 4200040.

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

Color convert

RGB1042264-
CMYK00.790.380.59
HSL329.27º65.08%24.71%-
HSV(B)329.27º78.85%40.78%-
XYZ6.923.895.24-
YUV51.31135.17165.58-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 54.74%
GREEN value IS 22 (8.98% from 255) = 11.58%
BLUE value IS 64 (25.39% from 255) = 33.68%
R=54.74%
G=11.58%
B=33.68%

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
Decimal104226400.790.380.59329.2765.0824.71
Hex68164004F263B1494119
Octal150261000117467351110131
Binary110100010110100000001001111100110111011101001001100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681640; }

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

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

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

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

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

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

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

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