#681840

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

Shades of Pompadour #681840

Tints of Pompadour #681840

Color information

#681840 (or 0x681840) is unknown color: approx Pompadour. HEX triplet: 68, 18 and 40. RGB value is (104,24,64). Sum of RGB (Red+Green+Blue) = 104+24+64=192 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.17% from 192); Green value is 24 (9.77% from 255 or 12.5% from 192); Blue value is 64 (25.39% from 255 or 33.33% from 192); Max value from RGB is 104 - color contains mainly: red. Hex color #681840 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681840 is #97E7BF. Grayscale: #343434. Windows color (decimal): -9955264 or 4200552. OLE color: 4200552.

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

Color convert

RGB1042464-
CMYK00.770.380.59
HSL330º62.5%25.1%-
HSV(B)330º76.92%40.78%-
XYZ6.963.975.25-
YUV52.48134.5164.75-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 54.17%
GREEN value IS 24 (9.77% from 255) = 12.5%
BLUE value IS 64 (25.39% from 255) = 33.33%
R=54.17%
G=12.5%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.38
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104246400.770.380.5933062.525.1
Hex68184004D263B14a3e19
Octal15030100011546735127631
Binary11010001100010000000100110110011011101110100101011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681840; }

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

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

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

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

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

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

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

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