#681341

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

Shades of Pompadour #681341

Tints of Pompadour #681341

Color information

#681341 (or 0x681341) is unknown color: approx Pompadour. HEX triplet: 68, 13 and 41. RGB value is (104,19,65). Sum of RGB (Red+Green+Blue) = 104+19+65=188 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.32% from 188); Green value is 19 (7.81% from 255 or 10.11% from 188); Blue value is 65 (25.78% from 255 or 34.57% from 188); Max value from RGB is 104 - color contains mainly: red. Hex color #681341 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681341 is #97ECBE. Grayscale: #313131. Windows color (decimal): -9956543 or 4264808. OLE color: 4264808.

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

Color convert

RGB1041965-
CMYK00.820.380.59
HSL327.53º69.11%24.12%-
HSV(B)327.53º81.73%40.78%-
XYZ6.93.795.37-
YUV49.66136.66166.76-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 55.32%
GREEN value IS 19 (7.81% from 255) = 10.11%
BLUE value IS 65 (25.78% from 255) = 34.57%
R=55.32%
G=10.11%
B=34.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.38
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104196500.820.380.59327.5369.1124.12
Hex681341052263B1484518
Octal150231010122467351010530
Binary110100010011100000101010010100110111011101001000100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681341

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681341; }

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

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

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

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

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

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

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

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