#681542

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

Shades of Pompadour #681542

Tints of Pompadour #681542

Color information

#681542 (or 0x681542) is unknown color: approx Pompadour. HEX triplet: 68, 15 and 42. RGB value is (104,21,66). Sum of RGB (Red+Green+Blue) = 104+21+66=191 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.45% from 191); Green value is 21 (8.59% from 255 or 10.99% from 191); Blue value is 66 (26.17% from 255 or 34.55% from 191); Max value from RGB is 104 - color contains mainly: red. Hex color #681542 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681542 is #97EABD. Grayscale: #323232. Windows color (decimal): -9956030 or 4330856. OLE color: 4330856.

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

Color convert

RGB1042166-
CMYK00.800.370.59
HSL327.47º66.4%24.51%-
HSV(B)327.47º79.81%40.78%-
XYZ6.963.875.53-
YUV50.95136.5165.84-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 54.45%
GREEN value IS 21 (8.59% from 255) = 10.99%
BLUE value IS 66 (26.17% from 255) = 34.55%
R=54.45%
G=10.99%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.37
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104216600.800.370.59327.4766.424.51
Hex681542050253B1474219
Octal150251020120457350710231
Binary110100010101100001001010000100101111011101000111100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681542; }

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

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

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

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

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

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

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

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