#682346

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

Shades of Pompadour #682346

Tints of Pompadour #682346

Color information

#682346 (or 0x682346) is unknown color: approx Pompadour. HEX triplet: 68, 23 and 46. RGB value is (104,35,70). Sum of RGB (Red+Green+Blue) = 104+35+70=209 (27% of max value = 765). Red value is 104 (41.02% from 255 or 49.76% from 209); Green value is 35 (14.06% from 255 or 16.75% from 209); Blue value is 70 (27.73% from 255 or 33.49% from 209); Max value from RGB is 104 - color contains mainly: red. Hex color #682346 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682346 is #97DCB9. Grayscale: #3B3B3B. Windows color (decimal): -9952442 or 4596584. OLE color: 4596584.

HSL color Cylindrical-coordinate representation of color #682346: hue angle of 329.57º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #682346 is Cyan = 0, Magento = 0.66, Yellow = 0.33 and Black (K on CMYK) = 0.59.

Color convert

RGB1043570-
CMYK00.660.330.59
HSL329.57º49.64%27.25%-
HSV(B)329.57º66.35%40.78%-
XYZ7.424.596.29-
YUV59.62133.86159.65-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 49.76%
GREEN value IS 35 (14.06% from 255) = 16.75%
BLUE value IS 70 (27.73% from 255) = 33.49%
R=49.76%
G=16.75%
B=33.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.33
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104357000.660.330.59329.5749.6427.25
Hex682346042213B14a321b
Octal15043106010241735126233
Binary110100010001110001100100001010000111101110100101011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682346; }

 p { color: rgb(104,35,70); }

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

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

 a { background-color: rgb(104,35,70); }

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

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

 span { border-color: rgb(104,35,70); }

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