#672545

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

Shades of Pompadour #672545

Tints of Pompadour #672545

Color information

#672545 (or 0x672545) is unknown color: approx Pompadour. HEX triplet: 67, 25 and 45. RGB value is (103,37,69). Sum of RGB (Red+Green+Blue) = 103+37+69=209 (27% of max value = 765). Red value is 103 (40.62% from 255 or 49.28% from 209); Green value is 37 (14.84% from 255 or 17.70% from 209); Blue value is 69 (27.34% from 255 or 33.01% from 209); Max value from RGB is 103 - color contains mainly: red. Hex color #672545 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #672545 is #98DABA. Grayscale: #3C3C3C. Windows color (decimal): -10017467 or 4531559. OLE color: 4531559.

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

Color convert

RGB1033769-
CMYK00.640.330.60
HSL330.91º47.14%27.45%-
HSV(B)330.91º64.08%40.39%-
XYZ7.334.646.14-
YUV60.38132.87158.4-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 49.28%
GREEN value IS 37 (14.84% from 255) = 17.70%
BLUE value IS 69 (27.34% from 255) = 33.01%
R=49.28%
G=17.70%
B=33.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.33
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal103376900.640.330.60330.9147.1427.45
Hex672545040213C14b2f1b
Octal14745105010041745135733
Binary110011110010110001010100000010000111110010100101110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #672545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #672545; }

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

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

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

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

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

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

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

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