#681A4C

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

Shades of Pompadour #681A4C

Tints of Pompadour #681A4C

Color information

#681A4C (or 0x681A4C) is unknown color: approx Pompadour. HEX triplet: 68, 1A and 4C. RGB value is (104,26,76). Sum of RGB (Red+Green+Blue) = 104+26+76=206 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.49% from 206); Green value is 26 (10.55% from 255 or 12.62% from 206); Blue value is 76 (30.08% from 255 or 36.89% from 206); Max value from RGB is 104 - color contains mainly: red. Hex color #681A4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681A4C is #97E5B3. Grayscale: #363636. Windows color (decimal): -9954740 or 4987496. OLE color: 4987496.

HSL color Cylindrical-coordinate representation of color #681A4C: hue angle of 321.54º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #681A4C is Cyan = 0, Magento = 0.75, Yellow = 0.27 and Black (K on CMYK) = 0.59.

Color convert

RGB1042676-
CMYK00.750.270.59
HSL321.54º60%25.49%-
HSV(B)321.54º75%40.78%-
XYZ7.384.27.26-
YUV55.02139.84162.93-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 50.49%
GREEN value IS 26 (10.55% from 255) = 12.62%
BLUE value IS 76 (30.08% from 255) = 36.89%
R=50.49%
G=12.62%
B=36.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.27
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104267600.750.270.59321.546025.49
Hex681A4C04B1B3B1423c19
Octal15032114011333735027431
Binary1101000110101001100010010111101111101110100001011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681A4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681A4C; }

 p { color: rgb(104,26,76); }

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

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

 a { background-color: rgb(104,26,76); }

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

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

 span { border-color: rgb(104,26,76); }

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