#681843

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

Shades of Pompadour #681843

Tints of Pompadour #681843

Color information

#681843 (or 0x681843) is unknown color: approx Pompadour. HEX triplet: 68, 18 and 43. RGB value is (104,24,67). Sum of RGB (Red+Green+Blue) = 104+24+67=195 (25% of max value = 765). Red value is 104 (41.02% from 255 or 53.33% from 195); Green value is 24 (9.77% from 255 or 12.31% from 195); Blue value is 67 (26.56% from 255 or 34.36% from 195); Max value from RGB is 104 - color contains mainly: red. Hex color #681843 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681843 is #97E7BC. Grayscale: #343434. Windows color (decimal): -9955261 or 4397160. OLE color: 4397160.

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

Color convert

RGB1042467-
CMYK00.770.360.59
HSL327.75º62.5%25.1%-
HSV(B)327.75º76.92%40.78%-
XYZ7.0545.71-
YUV52.82136164.5-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 53.33%
GREEN value IS 24 (9.77% from 255) = 12.31%
BLUE value IS 67 (26.56% from 255) = 34.36%
R=53.33%
G=12.31%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.36
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104246700.770.360.59327.7562.525.1
Hex68184304D243B1483e19
Octal15030103011544735107631
Binary11010001100010000110100110110010011101110100100011111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681843; }

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

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

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

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

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

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

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

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