#662B46

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

Shades of Pompadour #662B46

Tints of Pompadour #662B46

Color information

#662B46 (or 0x662B46) is unknown color: approx Pompadour. HEX triplet: 66, 2B and 46. RGB value is (102,43,70). Sum of RGB (Red+Green+Blue) = 102+43+70=215 (28% of max value = 765). Red value is 102 (40.23% from 255 or 47.44% from 215); Green value is 43 (17.19% from 255 or 20% from 215); Blue value is 70 (27.73% from 255 or 32.56% from 215); Max value from RGB is 102 - color contains mainly: red. Hex color #662B46 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662B46 is #99D4B9. Grayscale: #3F3F3F. Windows color (decimal): -10081466 or 4598630. OLE color: 4598630.

HSL color Cylindrical-coordinate representation of color #662B46: hue angle of 332.54º degrees, saturation: 0.41, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #662B46 is Cyan = 0, Magento = 0.58, Yellow = 0.31 and Black (K on CMYK) = 0.6.

Color convert

RGB1024370-
CMYK00.580.310.6
HSL332.54º40.69%28.43%-
HSV(B)332.54º57.84%40%-
XYZ7.454.996.37-
YUV63.72131.55155.3-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 47.44%
GREEN value IS 43 (17.19% from 255) = 20%
BLUE value IS 70 (27.73% from 255) = 32.56%
R=47.44%
G=20%
B=32.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.31
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102437000.580.310.6332.5440.6928.43
Hex662B4603A1F3C14d291c
Octal1465310607237745155134
Binary1100110101011100011001110101111111110010100110110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662B46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662B46; }

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

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

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

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

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

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

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

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