#611646

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

Shades of Pompadour #611646

Tints of Pompadour #611646

Color information

#611646 (or 0x611646) is unknown color: approx Pompadour. HEX triplet: 61, 16 and 46. RGB value is (97,22,70). Sum of RGB (Red+Green+Blue) = 97+22+70=189 (25% of max value = 765). Red value is 97 (38.28% from 255 or 51.32% from 189); Green value is 22 (8.98% from 255 or 11.64% from 189); Blue value is 70 (27.73% from 255 or 37.04% from 189); Max value from RGB is 97 - color contains mainly: red. Hex color #611646 is not a web safe color. Web safe color analog (approx): #660033. Inversed color of #611646 is #9EE9B9. Grayscale: #313131. Windows color (decimal): -10414522 or 4593249. OLE color: 4593249.

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

Color convert

RGB972270-
CMYK00.770.280.62
HSL321.6º63.03%23.33%-
HSV(B)321.6º77.32%38.04%-
XYZ6.323.566.15-
YUV49.9139.35161.6-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 51.32%
GREEN value IS 22 (8.98% from 255) = 11.64%
BLUE value IS 70 (27.73% from 255) = 37.04%
R=51.32%
G=11.64%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.28
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal97227000.770.280.62321.663.0323.33
Hex61164604D1C3E1423f17
Octal14126106011534765027727
Binary1100001101101000110010011011110011111010100001011111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #611646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #611646; }

 p { color: rgb(97,22,70); }

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

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

 a { background-color: rgb(97,22,70); }

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

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

 span { border-color: rgb(97,22,70); }

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