#661741

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

Shades of Pompadour #661741

Tints of Pompadour #661741

Color information

#661741 (or 0x661741) is unknown color: approx Pompadour. HEX triplet: 66, 17 and 41. RGB value is (102,23,65). Sum of RGB (Red+Green+Blue) = 102+23+65=190 (25% of max value = 765). Red value is 102 (40.23% from 255 or 53.68% from 190); Green value is 23 (9.38% from 255 or 12.11% from 190); Blue value is 65 (25.78% from 255 or 34.21% from 190); Max value from RGB is 102 - color contains mainly: red. Hex color #661741 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #661741 is #99E8BE. Grayscale: #333333. Windows color (decimal): -10086591 or 4265830. OLE color: 4265830.

HSL color Cylindrical-coordinate representation of color #661741: hue angle of 328.1º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #661741 is Cyan = 0, Magento = 0.77, Yellow = 0.36 and Black (K on CMYK) = 0.6.

Color convert

RGB1022365-
CMYK00.770.360.6
HSL328.1º63.2%24.51%-
HSV(B)328.1º77.45%40%-
XYZ6.743.825.38-
YUV51.41135.67164.08-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 53.68%
GREEN value IS 23 (9.38% from 255) = 12.11%
BLUE value IS 65 (25.78% from 255) = 34.21%
R=53.68%
G=12.11%
B=34.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.36
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102236500.770.360.6328.163.224.51
Hex66174104D243C1483f19
Octal14627101011544745107731
Binary11001101011110000010100110110010011110010100100011111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #661741

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #661741; }

 p { color: rgb(102,23,65); }

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

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

 a { background-color: rgb(102,23,65); }

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

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

 span { border-color: rgb(102,23,65); }

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