#662643

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

Shades of Pompadour #662643

Tints of Pompadour #662643

Color information

#662643 (or 0x662643) is unknown color: approx Pompadour. HEX triplet: 66, 26 and 43. RGB value is (102,38,67). Sum of RGB (Red+Green+Blue) = 102+38+67=207 (27% of max value = 765). Red value is 102 (40.23% from 255 or 49.28% from 207); Green value is 38 (15.23% from 255 or 18.36% from 207); Blue value is 67 (26.56% from 255 or 32.37% from 207); Max value from RGB is 102 - color contains mainly: red. Hex color #662643 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #662643 is #99D9BC. Grayscale: #3C3C3C. Windows color (decimal): -10082749 or 4400742. OLE color: 4400742.

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

Color convert

RGB1023867-
CMYK00.630.340.6
HSL332.81º45.71%27.45%-
HSV(B)332.81º62.75%40%-
XYZ7.194.625.82-
YUV60.44131.7157.64-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 49.28%
GREEN value IS 38 (15.23% from 255) = 18.36%
BLUE value IS 67 (26.56% from 255) = 32.37%
R=49.28%
G=18.36%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.34
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal102386700.630.340.6332.8145.7127.45
Hex66264303F223C14d2e1b
Octal1464610307742745155633
Binary11001101001101000011011111110001011110010100110110111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #662643

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #662643; }

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

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

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

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

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

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

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

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