#682A4E

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

Shades of Pompadour #682A4E

Tints of Pompadour #682A4E

Color information

#682A4E (or 0x682A4E) is unknown color: approx Pompadour. HEX triplet: 68, 2A and 4E. RGB value is (104,42,78). Sum of RGB (Red+Green+Blue) = 104+42+78=224 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.43% from 224); Green value is 42 (16.80% from 255 or 18.75% from 224); Blue value is 78 (30.86% from 255 or 34.82% from 224); Max value from RGB is 104 - color contains mainly: red. Hex color #682A4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682A4E is #97D5B1. Grayscale: #404040. Windows color (decimal): -9950642 or 5122664. OLE color: 5122664.

HSL color Cylindrical-coordinate representation of color #682A4E: hue angle of 325.16º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #682A4E is Cyan = 0, Magento = 0.60, Yellow = 0.25 and Black (K on CMYK) = 0.59.

Color convert

RGB1044278-
CMYK00.600.250.59
HSL325.16º42.47%28.63%-
HSV(B)325.16º59.62%40.78%-
XYZ7.915.157.78-
YUV64.64135.54156.07-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 46.43%
GREEN value IS 42 (16.80% from 255) = 18.75%
BLUE value IS 78 (30.86% from 255) = 34.82%
R=46.43%
G=18.75%
B=34.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.25
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104427800.600.250.59325.1642.4728.63
Hex682A4E03C193B1452a1d
Octal1505211607431735055235
Binary1101000101010100111001111001100111101110100010110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682A4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(104,42,78); }

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

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

 a { background-color: rgb(104,42,78); }

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

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

 span { border-color: rgb(104,42,78); }

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