#682D4E

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

Shades of Pompadour #682D4E

Tints of Pompadour #682D4E

Color information

#682D4E (or 0x682D4E) is unknown color: approx Pompadour. HEX triplet: 68, 2D and 4E. RGB value is (104,45,78). Sum of RGB (Red+Green+Blue) = 104+45+78=227 (30% of max value = 765). Red value is 104 (41.02% from 255 or 45.81% from 227); Green value is 45 (17.97% from 255 or 19.82% from 227); Blue value is 78 (30.86% from 255 or 34.36% from 227); Max value from RGB is 104 - color contains mainly: red. Hex color #682D4E is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #682D4E is #97D2B1. Grayscale: #424242. Windows color (decimal): -9949874 or 5123432. OLE color: 5123432.

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

Color convert

RGB1044578-
CMYK00.570.250.59
HSL326.44º39.6%29.22%-
HSV(B)326.44º56.73%40.78%-
XYZ8.025.377.82-
YUV66.4134.55154.82-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 45.81%
GREEN value IS 45 (17.97% from 255) = 19.82%
BLUE value IS 78 (30.86% from 255) = 34.36%
R=45.81%
G=19.82%
B=34.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.25
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104457800.570.250.59326.4439.629.22
Hex682D4E039193B146281d
Octal1505511607131735065035
Binary1101000101101100111001110011100111101110100011010100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682D4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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