#681943

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

Shades of Pompadour #681943

Tints of Pompadour #681943

Color information

#681943 (or 0x681943) is unknown color: approx Pompadour. HEX triplet: 68, 19 and 43. RGB value is (104,25,67). Sum of RGB (Red+Green+Blue) = 104+25+67=196 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.06% from 196); Green value is 25 (10.16% from 255 or 12.76% from 196); Blue value is 67 (26.56% from 255 or 34.18% from 196); Max value from RGB is 104 - color contains mainly: red. Hex color #681943 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681943 is #97E6BC. Grayscale: #353535. Windows color (decimal): -9955005 or 4397416. OLE color: 4397416.

HSL color Cylindrical-coordinate representation of color #681943: hue angle of 328.1º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #681943 is Cyan = 0, Magento = 0.76, Yellow = 0.36 and Black (K on CMYK) = 0.59.

Color convert

RGB1042567-
CMYK00.760.360.59
HSL328.1º61.24%25.29%-
HSV(B)328.1º75.96%40.78%-
XYZ7.074.045.72-
YUV53.41135.67164.08-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 53.06%
GREEN value IS 25 (10.16% from 255) = 12.76%
BLUE value IS 67 (26.56% from 255) = 34.18%
R=53.06%
G=12.76%
B=34.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.36
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104256700.760.360.59328.161.2425.29
Hex68194304C243B1483d19
Octal15031103011444735107531
Binary11010001100110000110100110010010011101110100100011110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681943

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681943; }

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

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

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

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

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

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

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

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