#682E4F

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

Shades of Pompadour #682E4F

Tints of Pompadour #682E4F

Color information

#682E4F (or 0x682E4F) is unknown color: approx Pompadour. HEX triplet: 68, 2E and 4F. RGB value is (104,46,79). Sum of RGB (Red+Green+Blue) = 104+46+79=229 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.41% from 229); Green value is 46 (18.36% from 255 or 20.09% from 229); Blue value is 79 (31.25% from 255 or 34.50% from 229); Max value from RGB is 104 - color contains mainly: red. Hex color #682E4F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682E4F is #97D1B0. Grayscale: #434343. Windows color (decimal): -9949617 or 5189224. OLE color: 5189224.

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

Color convert

RGB1044679-
CMYK00.560.240.59
HSL325.86º38.67%29.41%-
HSV(B)325.86º55.77%40.78%-
XYZ8.15.468.02-
YUV67.1134.72154.32-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 45.41%
GREEN value IS 46 (18.36% from 255) = 20.09%
BLUE value IS 79 (31.25% from 255) = 34.50%
R=45.41%
G=20.09%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.24
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104467900.560.240.59325.8638.6729.41
Hex682E4F038183B146271d
Octal1505611707030735064735
Binary1101000101110100111101110001100011101110100011010011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682E4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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