#682E51

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

Shades of Pompadour #682E51

Tints of Pompadour #682E51

Color information

#682E51 (or 0x682E51) is unknown color: approx Pompadour. HEX triplet: 68, 2E and 51. RGB value is (104,46,81). Sum of RGB (Red+Green+Blue) = 104+46+81=231 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.02% from 231); Green value is 46 (18.36% from 255 or 19.91% from 231); Blue value is 81 (32.03% from 255 or 35.06% from 231); Max value from RGB is 104 - color contains mainly: red. Hex color #682E51 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682E51 is #97D1AE. Grayscale: #434343. Windows color (decimal): -9949615 or 5320296. OLE color: 5320296.

HSL color Cylindrical-coordinate representation of color #682E51: hue angle of 323.79º 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 #682E51 is Cyan = 0, Magento = 0.56, Yellow = 0.22 and Black (K on CMYK) = 0.59.

Color convert

RGB1044681-
CMYK00.560.220.59
HSL323.79º38.67%29.41%-
HSV(B)323.79º55.77%40.78%-
XYZ8.175.498.41-
YUV67.33135.72154.15-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 45.02%
GREEN value IS 46 (18.36% from 255) = 19.91%
BLUE value IS 81 (32.03% from 255) = 35.06%
R=45.02%
G=19.91%
B=35.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.22
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104468100.560.220.59323.7938.6729.41
Hex682E51038163B144271d
Octal1505612107026735044735
Binary1101000101110101000101110001011011101110100010010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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