#682E4D

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

Shades of Pompadour #682E4D

Tints of Pompadour #682E4D

Color information

#682E4D (or 0x682E4D) is unknown color: approx Pompadour. HEX triplet: 68, 2E and 4D. RGB value is (104,46,77). Sum of RGB (Red+Green+Blue) = 104+46+77=227 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.81% from 227); Green value is 46 (18.36% from 255 or 20.26% from 227); Blue value is 77 (30.47% from 255 or 33.92% from 227); Max value from RGB is 104 - color contains mainly: red. Hex color #682E4D is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682E4D is #97D1B2. Grayscale: #424242. Windows color (decimal): -9949619 or 5058152. OLE color: 5058152.

HSL color Cylindrical-coordinate representation of color #682E4D: hue angle of 327.93º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #682E4D is Cyan = 0, Magento = 0.56, Yellow = 0.26 and Black (K on CMYK) = 0.59.

Color convert

RGB1044677-
CMYK00.560.260.59
HSL327.93º38.67%29.41%-
HSV(B)327.93º55.77%40.78%-
XYZ8.035.437.65-
YUV66.88133.72154.48-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 45.81%
GREEN value IS 46 (18.36% from 255) = 20.26%
BLUE value IS 77 (30.47% from 255) = 33.92%
R=45.81%
G=20.26%
B=33.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.26
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104467700.560.260.59327.9338.6729.41
Hex682E4D0381A3B148271d
Octal1505611507032735104735
Binary1101000101110100110101110001101011101110100100010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682E4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682E4D; }

 p { color: rgb(104,46,77); }

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

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

 a { background-color: rgb(104,46,77); }

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

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

 span { border-color: rgb(104,46,77); }

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