#681841

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

Shades of Pompadour #681841

Tints of Pompadour #681841

Color information

#681841 (or 0x681841) is unknown color: approx Pompadour. HEX triplet: 68, 18 and 41. RGB value is (104,24,65). Sum of RGB (Red+Green+Blue) = 104+24+65=193 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.89% from 193); Green value is 24 (9.77% from 255 or 12.44% from 193); Blue value is 65 (25.78% from 255 or 33.68% from 193); Max value from RGB is 104 - color contains mainly: red. Hex color #681841 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681841 is #97E7BE. Grayscale: #343434. Windows color (decimal): -9955263 or 4266088. OLE color: 4266088.

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

Color convert

RGB1042465-
CMYK00.770.380.59
HSL329.25º62.5%25.1%-
HSV(B)329.25º76.92%40.78%-
XYZ6.993.985.4-
YUV52.59135164.67-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 53.89%
GREEN value IS 24 (9.77% from 255) = 12.44%
BLUE value IS 65 (25.78% from 255) = 33.68%
R=53.89%
G=12.44%
B=33.68%

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
Decimal104246500.770.380.59329.2562.525.1
Hex68184104D263B1493e19
Octal15030101011546735117631
Binary11010001100010000010100110110011011101110100100111111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681841

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681841; }

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

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

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

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

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

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

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

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