#672640

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

Shades of Pompadour #672640

Tints of Pompadour #672640

Color information

#672640 (or 0x672640) is unknown color: approx Pompadour. HEX triplet: 67, 26 and 40. RGB value is (103,38,64). Sum of RGB (Red+Green+Blue) = 103+38+64=205 (27% of max value = 765). Red value is 103 (40.62% from 255 or 50.24% from 205); Green value is 38 (15.23% from 255 or 18.54% from 205); Blue value is 64 (25.39% from 255 or 31.22% from 205); Max value from RGB is 103 - color contains mainly: red. Hex color #672640 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #672640 is #98D9BF. Grayscale: #3C3C3C. Windows color (decimal): -10017216 or 4204135. OLE color: 4204135.

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

Color convert

RGB1033864-
CMYK00.630.380.60
HSL336º46.1%27.65%-
HSV(B)336º63.11%40.39%-
XYZ7.214.645.37-
YUV60.4130.03158.39-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 50.24%
GREEN value IS 38 (15.23% from 255) = 18.54%
BLUE value IS 64 (25.39% from 255) = 31.22%
R=50.24%
G=18.54%
B=31.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.38
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103386400.630.380.6033646.127.65
Hex67264003F263C1502e1c
Octal1474610007746745205634
Binary11001111001101000000011111110011011110010101000010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #672640; }

 p { color: rgb(103,38,64); }

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

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

 a { background-color: rgb(103,38,64); }

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

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

 span { border-color: rgb(103,38,64); }

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