#681546

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

Shades of Pompadour #681546

Tints of Pompadour #681546

Color information

#681546 (or 0x681546) is unknown color: approx Pompadour. HEX triplet: 68, 15 and 46. RGB value is (104,21,70). Sum of RGB (Red+Green+Blue) = 104+21+70=195 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.33% from 195); Green value is 21 (8.59% from 255 or 10.77% from 195); Blue value is 70 (27.73% from 255 or 35.90% from 195); Max value from RGB is 104 - color contains mainly: red. Hex color #681546 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681546 is #97EAB9. Grayscale: #333333. Windows color (decimal): -9956026 or 4593000. OLE color: 4593000.

HSL color Cylindrical-coordinate representation of color #681546: hue angle of 324.58º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #681546 is Cyan = 0, Magento = 0.80, Yellow = 0.33 and Black (K on CMYK) = 0.59.

Color convert

RGB1042170-
CMYK00.800.330.59
HSL324.58º66.4%24.51%-
HSV(B)324.58º79.81%40.78%-
XYZ7.083.926.18-
YUV51.4138.5165.52-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 53.33%
GREEN value IS 21 (8.59% from 255) = 10.77%
BLUE value IS 70 (27.73% from 255) = 35.90%
R=53.33%
G=10.77%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.33
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104217000.800.330.59324.5866.424.51
Hex681546050213B1454219
Octal150251060120417350510231
Binary110100010101100011001010000100001111011101000101100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681546; }

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

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

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

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

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

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

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

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