#682542

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

Shades of Pompadour #682542

Tints of Pompadour #682542

Color information

#682542 (or 0x682542) is unknown color: approx Pompadour. HEX triplet: 68, 25 and 42. RGB value is (104,37,66). Sum of RGB (Red+Green+Blue) = 104+37+66=207 (27% of max value = 765). Red value is 104 (41.02% from 255 or 50.24% from 207); Green value is 37 (14.84% from 255 or 17.87% from 207); Blue value is 66 (26.17% from 255 or 31.88% from 207); Max value from RGB is 104 - color contains mainly: red. Hex color #682542 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #682542 is #97DABD. Grayscale: #3C3C3C. Windows color (decimal): -9951934 or 4334952. OLE color: 4334952.

HSL color Cylindrical-coordinate representation of color #682542: hue angle of 334.03º degrees, saturation: 0.48, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #682542 is Cyan = 0, Magento = 0.64, Yellow = 0.37 and Black (K on CMYK) = 0.59.

Color convert

RGB1043766-
CMYK00.640.370.59
HSL334.03º47.52%27.65%-
HSV(B)334.03º64.42%40.78%-
XYZ7.354.665.67-
YUV60.34131.2159.14-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 50.24%
GREEN value IS 37 (14.84% from 255) = 17.87%
BLUE value IS 66 (26.17% from 255) = 31.88%
R=50.24%
G=17.87%
B=31.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.37
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104376600.640.370.59334.0347.5227.65
Hex682542040253B14e301c
Octal15045102010045735166034
Binary110100010010110000100100000010010111101110100111011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #682542

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #682542; }

 p { color: rgb(104,37,66); }

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

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

 a { background-color: rgb(104,37,66); }

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

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

 span { border-color: rgb(104,37,66); }

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