#661246

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

Shades of Pompadour #661246

Tints of Pompadour #661246

Color information

#661246 (or 0x661246) is unknown color: approx Pompadour. HEX triplet: 66, 12 and 46. RGB value is (102,18,70). Sum of RGB (Red+Green+Blue) = 102+18+70=190 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.68% from 190); Green value is 18 (7.42% from 255 or 9.47% from 190); Blue value is 70 (27.73% from 255 or 36.84% from 190); Max value from RGB is 102 - color contains mainly: red. Hex color #661246 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661246 is #99EDB9. Grayscale: #303030. Windows color (decimal): -10087866 or 4592230. OLE color: 4592230.

HSL color Cylindrical-coordinate representation of color #661246: hue angle of 322.86º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #661246 is Cyan = 0, Magento = 0.82, Yellow = 0.31 and Black (K on CMYK) = 0.6.

Color convert

RGB1021870-
CMYK00.820.310.6
HSL322.86º70%23.53%-
HSV(B)322.86º82.35%40%-
XYZ6.83.76.15-
YUV49.04139.83165.77-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 53.68%
GREEN value IS 18 (7.42% from 255) = 9.47%
BLUE value IS 70 (27.73% from 255) = 36.84%
R=53.68%
G=9.47%
B=36.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.31
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102187000.820.310.6322.867023.53
Hex6612460521F3C1434618
Octal146221060122377450310630
Binary11001101001010001100101001011111111100101000011100011011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661246

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661246; }

 p { color: rgb(102,18,70); }

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

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

 a { background-color: rgb(102,18,70); }

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

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

 span { border-color: rgb(102,18,70); }

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