#672546

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

Shades of Pompadour #672546

Tints of Pompadour #672546

Color information

#672546 (or 0x672546) is unknown color: approx Pompadour. HEX triplet: 67, 25 and 46. RGB value is (103,37,70). Sum of RGB (Red+Green+Blue) = 103+37+70=210 (27% of max value = 765). Red value is 103 (40.62% from 255 or 49.05% from 210); Green value is 37 (14.84% from 255 or 17.62% from 210); Blue value is 70 (27.73% from 255 or 33.33% from 210); Max value from RGB is 103 - color contains mainly: red. Hex color #672546 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #672546 is #98DAB9. Grayscale: #3C3C3C. Windows color (decimal): -10017466 or 4597095. OLE color: 4597095.

HSL color Cylindrical-coordinate representation of color #672546: hue angle of 330º 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 #672546 is Cyan = 0, Magento = 0.64, Yellow = 0.32 and Black (K on CMYK) = 0.60.

Color convert

RGB1033770-
CMYK00.640.320.60
HSL330º47.14%27.45%-
HSV(B)330º64.08%40.39%-
XYZ7.364.656.3-
YUV60.5133.37158.32-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 49.05%
GREEN value IS 37 (14.84% from 255) = 17.62%
BLUE value IS 70 (27.73% from 255) = 33.33%
R=49.05%
G=17.62%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.32
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103377000.640.320.6033047.1427.45
Hex672546040203C14a2f1b
Octal14745106010040745125733
Binary110011110010110001100100000010000011110010100101010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #672546; }

 p { color: rgb(103,37,70); }

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

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

 a { background-color: rgb(103,37,70); }

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

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

 span { border-color: rgb(103,37,70); }

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