#681142

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

Shades of Pompadour #681142

Tints of Pompadour #681142

Color information

#681142 (or 0x681142) is unknown color: approx Pompadour. HEX triplet: 68, 11 and 42. RGB value is (104,17,66). Sum of RGB (Red+Green+Blue) = 104+17+66=187 (24% of max value = 765). Red value is 104 (41.02% from 255 or 55.61% from 187); Green value is 17 (7.03% from 255 or 9.09% from 187); Blue value is 66 (26.17% from 255 or 35.29% from 187); Max value from RGB is 104 - color contains mainly: red. Hex color #681142 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #681142 is #97EEBD. Grayscale: #303030. Windows color (decimal): -9957054 or 4329832. OLE color: 4329832.

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

Color convert

RGB1041766-
CMYK00.840.370.59
HSL326.21º71.9%23.73%-
HSV(B)326.21º83.65%40.78%-
XYZ6.893.745.51-
YUV48.6137.82167.52-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 55.61%
GREEN value IS 17 (7.03% from 255) = 9.09%
BLUE value IS 66 (26.17% from 255) = 35.29%
R=55.61%
G=9.09%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.37
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal104176600.840.370.59326.2171.923.73
Hex681142054253B1464818
Octal150211020124457350611030
Binary110100010001100001001010100100101111011101000110100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #681142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #681142; }

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

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

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

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

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

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

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

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