#681A43

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

Shades of Pompadour #681A43

Tints of Pompadour #681A43

Color information

#681A43 (or 0x681A43) is unknown color: approx Pompadour. HEX triplet: 68, 1A and 43. RGB value is (104,26,67). Sum of RGB (Red+Green+Blue) = 104+26+67=197 (26% of max value = 765). Red value is 104 (41.02% from 255 or 52.79% from 197); Green value is 26 (10.55% from 255 or 13.20% from 197); Blue value is 67 (26.56% from 255 or 34.01% from 197); Max value from RGB is 104 - color contains mainly: red. Hex color #681A43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #681A43 is #97E5BC. Grayscale: #353535. Windows color (decimal): -9954749 or 4397672. OLE color: 4397672.

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

Color convert

RGB1042667-
CMYK00.750.360.59
HSL328.46º60%25.49%-
HSV(B)328.46º75%40.78%-
XYZ7.094.095.73-
YUV54135.34163.67-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 52.79%
GREEN value IS 26 (10.55% from 255) = 13.20%
BLUE value IS 67 (26.56% from 255) = 34.01%
R=52.79%
G=13.20%
B=34.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.75
Y (Yellow) values IS 0.36
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104266700.750.360.59328.466025.49
Hex681A4304B243B1483c19
Octal15032103011344735107431
Binary11010001101010000110100101110010011101110100100011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681A43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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