#662346

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

Shades of Pompadour #662346

Tints of Pompadour #662346

Color information

#662346 (or 0x662346) is unknown color: approx Pompadour. HEX triplet: 66, 23 and 46. RGB value is (102,35,70). Sum of RGB (Red+Green+Blue) = 102+35+70=207 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.28% from 207); Green value is 35 (14.06% from 255 or 16.91% from 207); Blue value is 70 (27.73% from 255 or 33.82% from 207); Max value from RGB is 102 - color contains mainly: red. Hex color #662346 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662346 is #99DCB9. Grayscale: #3A3A3A. Windows color (decimal): -10083514 or 4596582. OLE color: 4596582.

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

Color convert

RGB1023570-
CMYK00.660.310.6
HSL328.66º48.91%26.86%-
HSV(B)328.66º65.69%40%-
XYZ7.194.476.28-
YUV59.02134.2158.65-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 49.28%
GREEN value IS 35 (14.06% from 255) = 16.91%
BLUE value IS 70 (27.73% from 255) = 33.82%
R=49.28%
G=16.91%
B=33.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.31
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102357000.660.310.6328.6648.9126.86
Hex6623460421F3C149311b
Octal14643106010237745116133
Binary11001101000111000110010000101111111110010100100111000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662346

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662346; }

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

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

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

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

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

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

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

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