#681551

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

Shades of Pompadour #681551

Tints of Pompadour #681551

Color information

#681551 (or 0x681551) is unknown color: approx Pompadour. HEX triplet: 68, 15 and 51. RGB value is (104,21,81). Sum of RGB (Red+Green+Blue) = 104+21+81=206 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.49% from 206); Green value is 21 (8.59% from 255 or 10.19% from 206); Blue value is 81 (32.03% from 255 or 39.32% from 206); Max value from RGB is 104 - color contains mainly: red. Hex color #681551 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #681551 is #97EAAE. Grayscale: #343434. Windows color (decimal): -9956015 or 5313896. OLE color: 5313896.

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

Color convert

RGB1042181-
CMYK00.800.220.59
HSL316.63º66.4%24.51%-
HSV(B)316.63º79.81%40.78%-
XYZ7.464.078.18-
YUV52.66144164.62-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 50.49%
GREEN value IS 21 (8.59% from 255) = 10.19%
BLUE value IS 81 (32.03% from 255) = 39.32%
R=50.49%
G=10.19%
B=39.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.22
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104218100.800.220.59316.6366.424.51
Hex681551050163B13d4219
Octal150251210120267347510231
Binary11010001010110100010101000010110111011100111101100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681551

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681551; }

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

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

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

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

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

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

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

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