#681C41

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

Shades of Pompadour #681C41

Tints of Pompadour #681C41

Color information

#681C41 (or 0x681C41) is unknown color: approx Pompadour. HEX triplet: 68, 1C and 41. RGB value is (104,28,65). Sum of RGB (Red+Green+Blue) = 104+28+65=197 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.79% from 197); Green value is 28 (11.33% from 255 or 14.21% from 197); Blue value is 65 (25.78% from 255 or 32.99% from 197); Max value from RGB is 104 - color contains mainly: red. Hex color #681C41 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681C41 is #97E3BE. Grayscale: #363636. Windows color (decimal): -9954239 or 4267112. OLE color: 4267112.

HSL color Cylindrical-coordinate representation of color #681C41: hue angle of 330.79º degrees, saturation: 0.58, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #681C41 is Cyan = 0, Magento = 0.73, Yellow = 0.38 and Black (K on CMYK) = 0.59.

Color convert

RGB1042865-
CMYK00.730.380.59
HSL330.79º57.58%25.88%-
HSV(B)330.79º73.08%40.78%-
XYZ7.084.165.43-
YUV54.94133.68162.99-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 52.79%
GREEN value IS 28 (11.33% from 255) = 14.21%
BLUE value IS 65 (25.78% from 255) = 32.99%
R=52.79%
G=14.21%
B=32.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.38
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104286500.730.380.59330.7957.5825.88
Hex681C41049263B14b3a1a
Octal15034101011146735137232
Binary11010001110010000010100100110011011101110100101111101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681C41

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,28,65); }

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

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

 a { background-color: rgb(104,28,65); }

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

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

 span { border-color: rgb(104,28,65); }

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