#682D4C

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

Shades of Pompadour #682D4C

Tints of Pompadour #682D4C

Color information

#682D4C (or 0x682D4C) is unknown color: approx Pompadour. HEX triplet: 68, 2D and 4C. RGB value is (104,45,76). Sum of RGB (Red+Green+Blue) = 104+45+76=225 (29% of max value = 765). Red value is 104 (41.02% from 255 or 46.22% from 225); Green value is 45 (17.97% from 255 or 20% from 225); Blue value is 76 (30.08% from 255 or 33.78% from 225); Max value from RGB is 104 - color contains mainly: red. Hex color #682D4C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682D4C is #97D2B3. Grayscale: #424242. Windows color (decimal): -9949876 or 4992360. OLE color: 4992360.

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

Color convert

RGB1044576-
CMYK00.570.270.59
HSL328.47º39.6%29.22%-
HSV(B)328.47º56.73%40.78%-
XYZ7.955.347.45-
YUV66.18133.55154.98-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 46.22%
GREEN value IS 45 (17.97% from 255) = 20%
BLUE value IS 76 (30.08% from 255) = 33.78%
R=46.22%
G=20%
B=33.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.27
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104457600.570.270.59328.4739.629.22
Hex682D4C0391B3B148281d
Octal1505511407133735105035
Binary1101000101101100110001110011101111101110100100010100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682D4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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