#662543

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

Shades of Pompadour #662543

Tints of Pompadour #662543

Color information

#662543 (or 0x662543) is unknown color: approx Pompadour. HEX triplet: 66, 25 and 43. RGB value is (102,37,67). Sum of RGB (Red+Green+Blue) = 102+37+67=206 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.51% from 206); Green value is 37 (14.84% from 255 or 17.96% from 206); Blue value is 67 (26.56% from 255 or 32.52% from 206); Max value from RGB is 102 - color contains mainly: red. Hex color #662543 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662543 is #99DABC. Grayscale: #3B3B3B. Windows color (decimal): -10083005 or 4400486. OLE color: 4400486.

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

Color convert

RGB1023767-
CMYK00.640.340.6
HSL332.31º46.76%27.25%-
HSV(B)332.31º63.73%40%-
XYZ7.154.555.81-
YUV59.86132.03158.06-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 49.51%
GREEN value IS 37 (14.84% from 255) = 17.96%
BLUE value IS 67 (26.56% from 255) = 32.52%
R=49.51%
G=17.96%
B=32.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.34
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102376700.640.340.6332.3146.7627.25
Hex662543040223C14c2f1b
Octal14645103010042745145733
Binary110011010010110000110100000010001011110010100110010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662543

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662543; }

 p { color: rgb(102,37,67); }

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

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

 a { background-color: rgb(102,37,67); }

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

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

 span { border-color: rgb(102,37,67); }

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