#681543

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

Shades of Pompadour #681543

Tints of Pompadour #681543

Color information

#681543 (or 0x681543) is unknown color: approx Pompadour. HEX triplet: 68, 15 and 43. RGB value is (104,21,67). Sum of RGB (Red+Green+Blue) = 104+21+67=192 (25% of max value = 765). Red value is 104 (41.02% from 255 or 54.17% from 192); Green value is 21 (8.59% from 255 or 10.94% from 192); Blue value is 67 (26.56% from 255 or 34.90% from 192); Max value from RGB is 104 - color contains mainly: red. Hex color #681543 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681543 is #97EABC. Grayscale: #323232. Windows color (decimal): -9956029 or 4396392. OLE color: 4396392.

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

Color convert

RGB1042167-
CMYK00.800.360.59
HSL326.75º66.4%24.51%-
HSV(B)326.75º79.81%40.78%-
XYZ6.993.885.69-
YUV51.06137165.76-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 54.17%
GREEN value IS 21 (8.59% from 255) = 10.94%
BLUE value IS 67 (26.56% from 255) = 34.90%
R=54.17%
G=10.94%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.36
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104216700.800.360.59326.7566.424.51
Hex681543050243B1474219
Octal150251030120447350710231
Binary110100010101100001101010000100100111011101000111100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681543; }

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

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

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

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

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

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

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

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