#681446

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

Shades of Pompadour #681446

Tints of Pompadour #681446

Color information

#681446 (or 0x681446) is unknown color: approx Pompadour. HEX triplet: 68, 14 and 46. RGB value is (104,20,70). Sum of RGB (Red+Green+Blue) = 104+20+70=194 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.61% from 194); Green value is 20 (8.20% from 255 or 10.31% from 194); Blue value is 70 (27.73% from 255 or 36.08% from 194); Max value from RGB is 104 - color contains mainly: red. Hex color #681446 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681446 is #97EBB9. Grayscale: #323232. Windows color (decimal): -9956282 or 4592744. OLE color: 4592744.

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

Color convert

RGB1042070-
CMYK00.810.330.59
HSL324.29º67.74%24.31%-
HSV(B)324.29º80.77%40.78%-
XYZ7.063.896.17-
YUV50.82138.83165.93-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 53.61%
GREEN value IS 20 (8.20% from 255) = 10.31%
BLUE value IS 70 (27.73% from 255) = 36.08%
R=53.61%
G=10.31%
B=36.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.33
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104207000.810.330.59324.2967.7424.31
Hex681446051213B1444418
Octal150241060121417350410430
Binary110100010100100011001010001100001111011101000100100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681446

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681446; }

 p { color: rgb(104,20,70); }

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

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

 a { background-color: rgb(104,20,70); }

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

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

 span { border-color: rgb(104,20,70); }

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