#671642

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

Shades of Pompadour #671642

Tints of Pompadour #671642

Color information

#671642 (or 0x671642) is unknown color: approx Pompadour. HEX triplet: 67, 16 and 42. RGB value is (103,22,66). Sum of RGB (Red+Green+Blue) = 103+22+66=191 (25% of max value = 765). Red value is 103 (40.62% from 255 or 53.93% from 191); Green value is 22 (8.98% from 255 or 11.52% from 191); Blue value is 66 (26.17% from 255 or 34.55% from 191); Max value from RGB is 103 - color contains mainly: red. Hex color #671642 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #671642 is #98E9BD. Grayscale: #333333. Windows color (decimal): -10021310 or 4331111. OLE color: 4331111.

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

Color convert

RGB1032266-
CMYK00.790.360.60
HSL327.41º64.8%24.51%-
HSV(B)327.41º78.64%40.39%-
XYZ6.863.855.54-
YUV51.24136.34164.92-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 53.93%
GREEN value IS 22 (8.98% from 255) = 11.52%
BLUE value IS 66 (26.17% from 255) = 34.55%
R=53.93%
G=11.52%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.36
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103226600.790.360.60327.4164.824.51
Hex67164204F243C1474119
Octal147261020117447450710131
Binary110011110110100001001001111100100111100101000111100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #671642

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #671642; }

 p { color: rgb(103,22,66); }

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

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

 a { background-color: rgb(103,22,66); }

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

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

 span { border-color: rgb(103,22,66); }

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