#681C43

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

Shades of Pompadour #681C43

Tints of Pompadour #681C43

Color information

#681C43 (or 0x681C43) is unknown color: approx Pompadour. HEX triplet: 68, 1C and 43. RGB value is (104,28,67). Sum of RGB (Red+Green+Blue) = 104+28+67=199 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.26% from 199); Green value is 28 (11.33% from 255 or 14.07% from 199); Blue value is 67 (26.56% from 255 or 33.67% from 199); Max value from RGB is 104 - color contains mainly: red. Hex color #681C43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681C43 is #97E3BC. Grayscale: #373737. Windows color (decimal): -9954237 or 4398184. OLE color: 4398184.

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

Color convert

RGB1042867-
CMYK00.730.360.59
HSL329.21º57.58%25.88%-
HSV(B)329.21º73.08%40.78%-
XYZ7.144.185.74-
YUV55.17134.68162.83-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 52.26%
GREEN value IS 28 (11.33% from 255) = 14.07%
BLUE value IS 67 (26.56% from 255) = 33.67%
R=52.26%
G=14.07%
B=33.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.73
Y (Yellow) values IS 0.36
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104286700.730.360.59329.2157.5825.88
Hex681C43049243B1493a1a
Octal15034103011144735117232
Binary11010001110010000110100100110010011101110100100111101011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681C43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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